box: listen.port

This commit is contained in:
Aaron Bieber 2022-09-03 18:51:43 -06:00
parent aa19b26c91
commit 1092f99521
No known key found for this signature in database

View File

@ -675,7 +675,7 @@ in {
#forceSSL = true;
locations."/" = {
proxyPass =
"http://localhost:${toString config.services.calibre-web.port}";
"http://localhost:${toString config.services.calibre-web.listen.port}";
proxyWebsockets = true;
extraConfig = ''
${httpAllow}