Add immich.conf

This commit is contained in:
2025-01-09 10:29:03 +08:00
parent 9f7f7a50b0
commit 99694e2a11
3 changed files with 45 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ server {
ssl_trusted_certificate /etc/letsencrypt/live/storjkh.awin.one/chain.pem;
location / {
proxy_pass http://192.168.1.19:14002;
proxy_pass http://192.168.1.20:14002;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;