From 239cd44100d4aafa7ac390621dcd2bde31440ed2 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 16 Dec 2024 00:13:34 +0100 Subject: [PATCH] Immich: Update sol-auth httpd.conf cm 14 --- immich/httpd.conf-cm.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/immich/httpd.conf-cm.yml b/immich/httpd.conf-cm.yml index ca5c1f7..7218b8e 100644 --- a/immich/httpd.conf-cm.yml +++ b/immich/httpd.conf-cm.yml @@ -60,37 +60,10 @@ data: AuthOpenIDSecureCookie On - - AuthType None - Require all granted - - - - AuthType None - Require all granted - - - - AuthType None - Require all granted - - - - - AuthType None - Require all granted - AllowEncodedSlashes NoDecode ProxyPreserveHost Off - # RewriteEngine on - # RewriteCond %{REQUEST_URI} ^/socket.io [NC] - # RewriteCond %{QUERY_STRING} transport=websocket [NC] - # RewriteRule ^/api/socket.io/(.*) wss://helm-immich-server:2283/$1 [P,L] - - # ProxyPass /api/socket.io/ wss://helm-immich-server:2283/api/socket.io/ - # ProxyPassReverse /api/socket.io/ wss://helm-immich-server:2283/api/socket.io/ ProxyPass / http://helm-immich-server:2283/ ProxyPassReverse / http://helm-immich-server:2283/ RewriteEngine on