mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
web: fix matching etherpad location
To avoid /etherpad/ matched by fallback: location ~ ^/([^/?&:'"]+)/(.*)$
This commit is contained in:
parent
3afc1e3c12
commit
eca5d161c9
@ -86,7 +86,7 @@ location = /xmpp-websocket {
|
||||
|
||||
{{ if .Env.ETHERPAD_URL_BASE }}
|
||||
# Etherpad-lite
|
||||
location /etherpad/ {
|
||||
location ^~ /etherpad/ {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user