nginx: redirect git. to .com
This commit is contained in:
parent
c40cbf74f3
commit
f8e48e7fa0
|
@ -11,7 +11,7 @@
|
|||
services.nginx.virtualHosts = lib.mapAttrs'
|
||||
(key: value: lib.nameValuePair "${key}lelgenio.xyz" value)
|
||||
(
|
||||
lib.genAttrs [ "" "social." "blog." "cloud." "mail." ] (name: {
|
||||
lib.genAttrs [ "" "social." "blog." "cloud." "mail." "git." ] (name: {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".return = "301 $scheme://${name}lelgenio.com$request_uri";
|
||||
|
|
Loading…
Reference in a new issue