Regla de rewrite para workaround de /browser/dist

This commit is contained in:
Sandino Araico Sánchez 2024-03-27 05:59:24 -06:00
parent 42727f8b5d
commit a747224547
Signed by: KBrown
GPG key ID: 991D5D40CC62244F

View file

@ -37,6 +37,7 @@
# static files
location ^~ /browser {
rewrite ^/browser/([0-9]+(\.[0-9]+)+)/(.*)$ /browser/dist/$3 last;
proxy_pass http://{{ coolwsd_host }}:9980;
proxy_set_header Host $http_host;
}