Skip to content

Commit f1c508b

Browse files
authored
Update immich.subdomain.conf.sample
Immich changed the port in v1.118.0
1 parent 150ede5 commit f1c508b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

immich.subdomain.conf.sample

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Version 2024/07/16
22
# make sure that your immich container is named immich
33
# make sure that your dns has a cname set for immich
4-
# immich v1.88+ only
4+
# immich v1.118+ only
55

66
server {
77
listen 443 ssl;
@@ -39,7 +39,7 @@ server {
3939
include /config/nginx/proxy.conf;
4040
include /config/nginx/resolver.conf;
4141
set $upstream_app immich;
42-
set $upstream_port 3001;
42+
set $upstream_port 2283;
4343
set $upstream_proto http;
4444
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4545

@@ -49,7 +49,7 @@ server {
4949
include /config/nginx/proxy.conf;
5050
include /config/nginx/resolver.conf;
5151
set $upstream_app immich;
52-
set $upstream_port 3001;
52+
set $upstream_port 2283;
5353
set $upstream_proto http;
5454
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
5555

0 commit comments

Comments
 (0)