How to put Etherpad Lite behind a reverse Proxy
Etienne Jacquot edited this page 2025-08-26 16:24:17 -04:00

Page revisions

82 Commits

Author SHA1 Message Date
Etienne Jacquot
a9da0abfd5 Including x-proxy-path header for Apache configs 2025-08-26 16:24:17 -04:00
SamTV12345
41521906f6 feat: added RewriteCond %{REQUEST_URI} !/padbootstrap.+\.js 2025-08-01 21:55:06 +02:00
David P
53fe64bfef apache WS proxy config changed ! leaving old version behind as commented-out 2025-04-09 12:37:36 -04:00
tom
e259448667 In my case, the line "rewrite ^/admin(.*) /admin/$1 break;" makes using the admin -> plugins not usable. Solution: "rewrite ^/admin(.*) /admin$1 break;" 2024-09-27 22:08:50 +02:00
Dennis Eriksen
72e4c4bb33 Newer versions of etherpad loads "`/indexBootstrap-zqkVDuTMT2Q.min.js`", which would redirect wrongly before this update. 2024-08-12 12:45:34 +02:00
SamTV12345
3204a17ac9 Fixed documentation about nginx proxy sub directory hosting 2024-05-18 11:19:36 +02:00
tamaskan
b9afda8467 Added Traefik 2021-07-03 02:13:40 +02:00
osown
bc532343bd undo change 2021-03-13 13:41:26 +00:00
osown
09d70b8596 added missing / in nginx rule 2021-03-13 13:18:18 +00:00
Benjamin Dopplinger
115e13d93a Add missing `ssl` parameter to nginx `listen` 2021-03-04 10:01:13 +11:00
Barikad
152d6d6311 cosmetic change 2021-01-25 17:27:36 +01:00
Barikad
e5d02dfc0c Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2021-01-25 15:48:36 +01:00
Barikad
0e568048e1 Adding HAproxy conf 2021-01-25 15:44:52 +01:00
Michal Stanke
a8a486e158 avoid 111 error in Nginx (IPv6) 2020-11-29 14:49:11 +01:00
Benjamin Dopplinger
553e294657 Add missing `ssl` parameter to nginx `listen` 2020-10-19 19:44:11 +11:00
Michal Stanke
e2147f5a0d 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 2020-10-02 16:58:30 +02:00
Michal Stanke
8750c1a2b6 Fix Nginx proxy configuration of static resources for Etherpad un subdirectory 2020-10-02 16:26:00 +02:00
Ben
02ca181a31 I will create an issue - let's see what the experts will say. - reverted my last change 2020-03-29 22:01:34 +02:00
Ben
c1b2d742c5 My etherpad kept sending requests to it. 404 on /p/ttl/ - 302 on /ttl/ (with fix) 2020-03-29 22:00:45 +02:00
Bryce York
92a2b4b36a Add guide for using http-proxy 2018-03-28 21:22:21 +11:00
Seebi
51e51ffc49 Add example config for the caddy webserver 2017-12-17 22:27:14 +01:00
Roland
09962efd6b added a2enmod proxy_wstunnel for Apache proxy - otherwise you get socket errors 2017-09-27 13:25:08 +02:00
Matic Potočnik
02c3c53dde Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2017-07-13 03:48:28 +02:00
Mark Collins
f7f6850f22 Fixed Apache examples, for general configuration style and also for the websocket problem in issue 2318 2017-06-16 22:56:38 +02:00
Mark Collins
c42d545d93 Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2017-06-16 22:52:04 +02:00
rugk
16d5a32c07 Add X-Forwarded-Proto header 2016-07-10 14:59:15 +02:00
emibcn
bdb85b0188 Add "/redirect(.*)$" exception when rewriting URL 2016-06-21 18:39:59 +02:00
tiblu
a55463a0d3 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. 2016-01-15 11:38:01 +02:00
pogliamarci
e592a9f88a nginx from subdirectory URL: /socket.io -> /pad/socket.io 2016-01-04 01:20:01 +01:00
pogliamarci
a582d740c0 Websocket-related lines in "from subdirectory URL" nginx configuration are inverted (/static/ block <-> /socket.io block) 2016-01-04 01:18:17 +01:00
Martin Delille
f1c6cc6f7e remove unexisting issue 2015-04-21 15:26:35 +02:00
John McLear
8f4aa99ed0 Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2015-03-10 17:31:00 +00:00
John McLear
a2cdbd2c6b Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2015-02-02 23:17:21 +00:00
mabe-at
67fa692b85 Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2015-01-24 17:11:20 +01:00
John McLear
9a9991b150 Oh dear, this wasn't secure ;\ 2014-04-16 07:51:27 -07:00
John McLear
b05ce6bc3f Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2013-11-25 09:13:11 -08:00
John McLear
36b8c032cb Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2013-11-25 09:10:02 -08:00
Aaron Parecki
4284dfe062 Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2013-11-04 15:44:14 -08:00
Aaron Parecki
d0f2d740a4 Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2013-11-04 15:43:34 -08:00
Aaron Parecki
9d50d88d5b add example nginx config 2013-11-04 10:32:22 -08:00
Dirk Uys
43f60ff938 Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2013-07-03 09:36:59 -07:00
quenenni
5c9cf9a211 Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2013-03-27 09:34:47 -07:00
quenenni
9c46acb65a Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2013-03-27 09:27:37 -07:00
JohnMcLear
1d58fbae92 Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2013-01-27 15:18:11 -08:00
csetlow
fdc074aaec Etherpad Lite versions 1.2.3 and 1.2.2 definitely use locales.json instead of locales.ini. 2013-01-05 18:29:00 -08:00
risacher
ef00db3813 Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2012-12-08 01:22:30 -08:00
dcaillibaud
c06f6b6543 Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2012-11-28 09:35:22 -08:00
Wikinaut
64d244650e +how to generate self-signed server keys (link) 2012-11-24 09:50:27 -08:00
Wikinaut
80c94529d8 secure SSL connection to your Etherpad, you can also use a native Node https server; moved the node section upwards 2012-11-24 00:29:00 -08:00
marcelklehr
32be5ec07f Updated How to put Etherpad Lite behind a reverse Proxy (markdown) 2012-11-18 02:17:11 -08:00