Fix nginx upstream to use IPv4 for immich
This commit is contained in:
parent
fbe5142451
commit
67581adde6
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString immichPort}";
|
proxyPass = "http://127.0.0.1:${toString immichPort}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue