We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Including x-proxy-path header for Apache configs
feat: added RewriteCond %{REQUEST_URI} !/padbootstrap.+\.js
apache WS proxy config changed ! leaving old version behind as commented-out
In my case, the line "rewrite ^/admin(.*) /admin/$1 break;" makes using the admin -> plugins not usable. Solution: "rewrite ^/admin(.*) /admin$1 break;"
Newer versions of etherpad loads "`/indexBootstrap-zqkVDuTMT2Q.min.js`", which would redirect wrongly before this update.
Fixed documentation about nginx proxy sub directory hosting
Added Traefik
undo change
added missing / in nginx rule
Add missing `ssl` parameter to nginx `listen`
cosmetic change
Updated How to put Etherpad Lite behind a reverse Proxy (markdown)
Adding HAproxy conf
avoid 111 error in Nginx (IPv6)
Unify Nginx configuration snippets so they can be better re-used or combined, include IPv6 and HTTP/2, remove deprecated TLS versions, update links to Nginx docs, update HTTPS redirect
Fix Nginx proxy configuration of static resources for Etherpad un subdirectory
I will create an issue - let's see what the experts will say. - reverted my last change
My etherpad kept sending requests to it. 404 on /p/ttl/ - 302 on /ttl/ (with fix)
Add guide for using http-proxy
Add example config for the caddy webserver
added a2enmod proxy_wstunnel for Apache proxy - otherwise you get socket errors
Fixed Apache examples, for general configuration style and also for the websocket problem in issue 2318
Add X-Forwarded-Proto header
Add "/redirect(.*)$" exception when rewriting URL
Added X-Forwareded-For Ngix proxy headers so that EP logs would show the real IP. I think the X-Real-IP is not used at all.
nginx from subdirectory URL: /socket.io -> /pad/socket.io
Websocket-related lines in "from subdirectory URL" nginx configuration are inverted (/static/ block <-> /socket.io block)