ether / etherpad-lite

Etherpad: A modern really-real-time collaborative document editor.
http://docs.etherpad.org/
Apache License 2.0
16.52k stars 2.84k forks source link

nginx with Etherpad in a subdirectory #6588

Closed tgrymatt closed 1 month ago

tgrymatt commented 1 month ago

I have the same problem like described in issue https://github.com/ether/etherpad-lite/issues/5359 in the start posting. I am use the "branch master" of etherpad. And configured the nginx described like here:

https://github.com/ether/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy#from-subdirectory-url

But if I then open

http://domain.tld:80/pad/

the static files are missing.

Bildschirmfoto 2024-08-16 um 11 38 06

Originally posted by @tgrymatt in https://github.com/ether/etherpad-lite/issues/5359#issuecomment-2293182167

tgrymatt commented 1 month ago

It seems that it has to do with version 2.2.2 and the current master branch. In version 2.1.1 everything works as it says in the Etherpad documentation.

brknkfr commented 1 month ago

I have the same problem with version 2.2.2. As you closed the ticket, what was your solution @tgrymatt?

tgrymatt commented 1 month ago

@brknkfr there was no solution with 2.2.2, I installed the 2.1.1 and then it worked. That's enough for my requirement at this moment.