fmt
This commit is contained in:
parent
6e9bf00a1d
commit
7ee7d50978
@ -675,8 +675,9 @@ in {
|
|||||||
#sslCertificate = "${config.sops.secrets.reddit_cert.path}";
|
#sslCertificate = "${config.sops.secrets.reddit_cert.path}";
|
||||||
#forceSSL = true;
|
#forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass =
|
proxyPass = "http://localhost:${
|
||||||
"http://localhost:${toString config.services.calibre-web.listen.port}";
|
toString config.services.calibre-web.listen.port
|
||||||
|
}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
${httpAllow}
|
${httpAllow}
|
||||||
|
Loading…
Reference in New Issue
Block a user