mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 02:22:56 +02:00
Immich: rewrite /photos to /sharing 9
This commit is contained in:
@@ -68,12 +68,14 @@ data:
|
|||||||
AllowEncodedSlashes NoDecode
|
AllowEncodedSlashes NoDecode
|
||||||
ProxyPreserveHost Off
|
ProxyPreserveHost Off
|
||||||
|
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteRule ^photos/?$ /sharing [R=301,L]
|
||||||
|
|
||||||
# ProxyPass /photos http://helm-immich-server:2283/sharing
|
# ProxyPass /photos http://helm-immich-server:2283/sharing
|
||||||
# ProxyPassReverse /photos http://helm-immich-server:2283/sharing
|
# ProxyPassReverse /photos http://helm-immich-server:2283/sharing
|
||||||
ProxyPass / http://helm-immich-server:2283/
|
ProxyPass / http://helm-immich-server:2283/
|
||||||
ProxyPassReverse / http://helm-immich-server:2283/
|
ProxyPassReverse / http://helm-immich-server:2283/
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteRule ^photos/?$ /sharing [R=301,L]
|
|
||||||
RewriteCond %{HTTP:Upgrade} websocket [NC]
|
RewriteCond %{HTTP:Upgrade} websocket [NC]
|
||||||
RewriteCond %{HTTP:Connection} upgrade [NC]
|
RewriteCond %{HTTP:Connection} upgrade [NC]
|
||||||
RewriteRule ^/?(.*) "ws://helm-immich-server:2283/$1" [P,L]
|
RewriteRule ^/?(.*) "ws://helm-immich-server:2283/$1" [P,L]
|
||||||
|
|||||||
Reference in New Issue
Block a user