We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Etherpad Lite versions 1.2.3 and 1.2.2 definitely use locales.json instead of locales.ini.
Updated How to put Etherpad Lite behind a reverse Proxy (markdown)
+how to generate self-signed server keys (link)
secure SSL connection to your Etherpad, you can also use a native Node https server; moved the node section upwards
Move Varnish to teh bottom because the latest Varnish is a pain to work with due to a VCL rewrite requirement
Add Varnish rewrite config.
additional rewrite fix, see https://groups.google.com/forum/#!topic/etherpad-open-source-discuss/wK4VkDBv9hg%5B1-25%5D
Adding non-secure config example for apache
fix etherpad-lite hanging at Loading... phase when using pretty URLs
ssl with newer nginx versions
added a node-http-proxy example
Correct Nginx subdirectory config
added IIS 6 reverse proxy details
I readded the original section for Apache reverse proxy with SSL enabled (taken from the page history)
apache security advice
+ /jserror in the set of RewriteRules
Adding Pound instructions.
also no rewriting for /favicon.ico and /robots.txt
+ RewriteCond %{REQUEST_URI} !^/error/ (do not rewrite during authorization request process flow)
+ # the following allows "nice" urls such as https://etherpad.example.org/padname
Added Mac OS-X Lion Server webapp configuration