fix
This commit is contained in:
parent
44b2637202
commit
c085b37b00
|
@ -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}";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue