Skip to content

Commit

Permalink
fix immich hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
jlssmt committed Jan 19, 2025
1 parent 397ecf3 commit 6012f0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions immich.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Version 2024/10/15
# make sure that your immich container is named immich
# make sure that your dns has a cname set for immich
# immich v1.118+ only. For earlier versions, change $upstream_port to 3001
# immich v1.118+ only. For earlier versions, change $upstream_port to 3001

server {
listen 443 ssl;
Expand Down Expand Up @@ -38,7 +38,7 @@ server {

include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app immich;
set $upstream_app immich-server;
set $upstream_port 2283;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
Expand All @@ -48,7 +48,7 @@ server {
location ~ (/immich)?/api {
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app immich;
set $upstream_app immich-server;
set $upstream_port 2283;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
Expand Down

0 comments on commit 6012f0b

Please # to comment.