diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-09-22 14:28:30 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-09-22 14:28:30 -0400 |
commit | 5c81e73d546fbc804477f4c4a5145400e2daac3e (patch) | |
tree | 0fbc2edf0b4952f15f0151e1f9a9f40df3bc1d64 /roles/pad-proxy/templates/etherpad.nginx.conf | |
parent | 8f272a96965fb15be36ce3666e1f7533353759b0 (diff) | |
download | emacsconf-ansible-5c81e73d546fbc804477f4c4a5145400e2daac3e.tar.xz emacsconf-ansible-5c81e73d546fbc804477f4c4a5145400e2daac3e.zip |
Switch to systemli.etherpad role: currently installs etherpad 2.5.0
Diffstat (limited to 'roles/pad-proxy/templates/etherpad.nginx.conf')
-rw-r--r-- | roles/pad-proxy/templates/etherpad.nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pad-proxy/templates/etherpad.nginx.conf b/roles/pad-proxy/templates/etherpad.nginx.conf index dc2879d..b657b98 100644 --- a/roles/pad-proxy/templates/etherpad.nginx.conf +++ b/roles/pad-proxy/templates/etherpad.nginx.conf @@ -20,7 +20,7 @@ server { include {{ etherpad_tls }}; {% endif %} access_log /var/log/nginx/{{ etherpad_server_name }}.access.log; - location ~ ^/(locales/|locales.json|admin/|static/|pluginfw/|javascripts/|socket.io/|ep/|minified/|api/|ro/|error/|jserror/|favicon.ico|robots.txt) { + location ~ ^/(locales/|locales.json|admin/|static/|pluginfw/|javascripts/|socket.io/|ep/|minified/|api/|ro/|error/|jserror/|favicon.ico|robots.txt|.*\.js) { proxy_buffering off; proxy_pass http://etherpad_upstream; } |