fix
This commit is contained in:
parent
44b2637202
commit
c085b37b00
|
@ -14,12 +14,6 @@ in {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
quic = true;
|
quic = true;
|
||||||
|
|
||||||
locations."/" = {
|
locations."/".proxyPass = "http://${config.services.syncthing.guiAddress}";
|
||||||
proxyPass = "http://${config.services.syncthing.guiAddress}";
|
|
||||||
|
|
||||||
extraConfig = ''
|
|
||||||
proxy_set_header Host ${config.services.syncthing.guiAddress};
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue