nas: syncthing: correct nginx settings
This commit is contained in:
parent
9a593ba9a1
commit
675e3cfb86
@ -35,7 +35,7 @@
|
|||||||
useACMEHost = "home.opel-online.de";
|
useACMEHost = "home.opel-online.de";
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = false;
|
||||||
proxyPass = "http://${toString config.services.syncthing.guiAddress}";
|
proxyPass = "http://${toString config.services.syncthing.guiAddress}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_set_header Host localhost;
|
proxy_set_header Host localhost;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user