remove end-of-line whitespace
This commit is contained in:
parent
ce35396da0
commit
16c0713523
@ -323,8 +323,7 @@
|
|||||||
sslDhparam = "${config.security.dhparams.path}/nginx.pem";
|
sslDhparam = "${config.security.dhparams.path}/nginx.pem";
|
||||||
|
|
||||||
# Maxwell
|
# Maxwell
|
||||||
virtualHosts."${hostname}" =
|
virtualHosts."${hostname}" = {
|
||||||
{
|
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
default = true;
|
default = true;
|
||||||
@ -351,7 +350,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Git server
|
# Git server
|
||||||
locations."/git/" .proxyPass = "http://localhost:3000/";
|
locations."/git/".proxyPass = "http://localhost:3000/";
|
||||||
|
|
||||||
# Syncthing
|
# Syncthing
|
||||||
locations."/sync/".proxyPass = "http://localhost:8384/";
|
locations."/sync/".proxyPass = "http://localhost:8384/";
|
||||||
|
Loading…
Reference in New Issue
Block a user