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