fix(service/komga): nginx remote address
This commit is contained in:
parent
3ba26682ca
commit
7fca8a6402
|
@ -21,7 +21,7 @@
|
|||
];
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://[::1]:${builtins.toString config.services.komga.port}";
|
||||
proxyPass = "http://127.0.0.1:${builtins.toString config.services.komga.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue