This commit is contained in:
2025-01-31 15:52:42 -05:00
parent 3ac23e5d5c
commit 1e27a9817b
+4 -4
View File
@@ -1895,10 +1895,10 @@ services:
swag_server_custom_directive: |
location /share {
proxy_pass http://immich-public-proxy:3000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $$host;
proxy_set_header X-Real-IP $$remote_addr;
proxy_set_header X-Forwarded-For $$proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $$scheme;
}
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://pics.${MY_TLD}