remove end-of-line whitespace

This commit is contained in:
Michele Guerini Rocco 2020-11-13 08:49:13 +01:00
parent ce35396da0
commit 16c0713523
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -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/";