From f1c508be7d97c4371f579f9968c0e96960c3f57c Mon Sep 17 00:00:00 2001 From: pagdot Date: Tue, 15 Oct 2024 14:36:46 +0200 Subject: [PATCH] Update immich.subdomain.conf.sample Immich changed the port in v1.118.0 --- immich.subdomain.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/immich.subdomain.conf.sample b/immich.subdomain.conf.sample index f4ad590..89b6ea2 100644 --- a/immich.subdomain.conf.sample +++ b/immich.subdomain.conf.sample @@ -1,7 +1,7 @@ ## Version 2024/07/16 # make sure that your immich container is named immich # make sure that your dns has a cname set for immich -# immich v1.88+ only +# immich v1.118+ only server { listen 443 ssl; @@ -39,7 +39,7 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app immich; - set $upstream_port 3001; + set $upstream_port 2283; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; @@ -49,7 +49,7 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app immich; - set $upstream_port 3001; + set $upstream_port 2283; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port;