Immich: Update sol-auth httpd.conf cm

This commit is contained in:
Ruben Hensen
2024-12-15 23:46:45 +01:00
parent 461700b81b
commit 6bf83afe4d
+2
View File
@@ -93,6 +93,8 @@ data:
RewriteCond %{HTTP:Connection} upgrade [NC]
RewriteRule ^/?(.*) "ws://mbg-photoprism-svc:2342/$1" [P,L]
ProxyPass /api wss://helm-immich-server:2283/api/
ProxyPassReverse /api wss://helm-immich-server:2283/api/
ProxyPass / http://helm-immich-server:2283/
ProxyPassReverse / http://helm-immich-server:2283/
ProxyRequests off