diff --git a/web/rootfs/defaults/meet.conf b/web/rootfs/defaults/meet.conf index cb84a73..6d8efa6 100644 --- a/web/rootfs/defaults/meet.conf +++ b/web/rootfs/defaults/meet.conf @@ -84,14 +84,6 @@ location = /xmpp-websocket { } {{ end }} -location ~ ^/([^/?&:'"]+)$ { - try_files $uri @root_path; -} - -location @root_path { - rewrite ^/(.*)$ / break; -} - {{ if .Env.ETHERPAD_URL_BASE }} # Etherpad-lite location /etherpad/ { @@ -106,6 +98,14 @@ location /etherpad/ { } {{ end }} +location ~ ^/([^/?&:'"]+)$ { + try_files $uri @root_path; +} + +location @root_path { + rewrite ^/(.*)$ / break; +} + {{ if $ENABLE_SUBDOMAINS }} location ~ ^/([^/?&:'"]+)/config.js$ {