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
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