box: listen.port
This commit is contained in:
parent
aa19b26c91
commit
1092f99521
@ -675,7 +675,7 @@ in {
|
|||||||
#forceSSL = true;
|
#forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass =
|
proxyPass =
|
||||||
"http://localhost:${toString config.services.calibre-web.port}";
|
"http://localhost:${toString config.services.calibre-web.listen.port}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
${httpAllow}
|
${httpAllow}
|
||||||
|
Loading…
Reference in New Issue
Block a user