This commit is contained in:
Lukas Wurzinger 2024-08-20 23:13:34 +02:00
parent 44b2637202
commit c085b37b00

View file

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