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