mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 21:11:31 -07:00
immich: fix container name to match instructions
This commit is contained in:
parent
945d60c344
commit
ea1e36f874
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
## Version 2023/11/26
|
## Version 2024/03/28
|
||||||
# make sure that your immich container is named immich
|
# make sure that your immich container is named immich
|
||||||
# make sure that your dns has a cname set for immich
|
# make sure that your dns has a cname set for immich
|
||||||
# immich v1.88+ only
|
# immich v1.88+ only
|
||||||
|
@ -38,7 +38,7 @@ server {
|
||||||
|
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app immich-server;
|
set $upstream_app immich;
|
||||||
set $upstream_port 3001;
|
set $upstream_port 3001;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
@ -48,7 +48,7 @@ server {
|
||||||
location ~ (/immich)?/api {
|
location ~ (/immich)?/api {
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app immich-server;
|
set $upstream_app immich;
|
||||||
set $upstream_port 3001;
|
set $upstream_port 3001;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue