nas: syncthing: correct nginx settings

This commit is contained in:
Kabbone 2025-10-12 18:17:51 +02:00
parent 9a593ba9a1
commit 675e3cfb86
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

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