mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Update immich.subdomain.conf.sample
Immich changed the port in v1.118.0
This commit is contained in:
parent
150ede575a
commit
f1c508be7d
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue