This commit is contained in:
Lukas Wurzinger 2024-08-20 23:06:39 +02:00
parent d51468a88b
commit 44b2637202

View file

@ -14,6 +14,12 @@ in {
forceSSL = true;
quic = true;
locations."/".proxyPass = "http://${config.services.syncthing.guiAddress}";
locations."/" = {
proxyPass = "http://${config.services.syncthing.guiAddress}";
extraConfig = ''
proxy_set_header Host ${config.services.syncthing.guiAddress};
'';
};
};
}