Re: SSI working on Apache backend, but not on gunicorn backend

2013-11-01 Thread j0nes2k
Hello Maxim, thank you for your help! The hint that lead me to the solution was about Gzipped output from gunicorn. In the Django settings.py I activated the GZip Middleware. After removing this, the SSI includes work correctly. Best regards, Jonas Posted at Nginx Forum: http://forum.nginx.org

SSI working on Apache backend, but not on gunicorn backend

2013-10-31 Thread j0nes2k
Hello, I have nginx in front of an Apache server and a gunicorn server for different parts of my website. I am using the SSI module in nginx to display a snippet in every page. The websites include a snippet in this form: For static pages served by nginx everything is working fine, the same goes