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";
|
||||
|
||||
# Maxwell
|
||||
virtualHosts."${hostname}" =
|
||||
{
|
||||
virtualHosts."${hostname}" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
default = true;
|
||||
@ -351,7 +350,7 @@
|
||||
};
|
||||
|
||||
# Git server
|
||||
locations."/git/" .proxyPass = "http://localhost:3000/";
|
||||
locations."/git/".proxyPass = "http://localhost:3000/";
|
||||
|
||||
# Syncthing
|
||||
locations."/sync/".proxyPass = "http://localhost:8384/";
|
||||
|
Loading…
Reference in New Issue
Block a user