NGINX SSI Not working
- by Mike Kelly
I'm having trouble getting SSI to work on NGINX. You can see the problem if you hit http://www.bakerycamp.com/test.shtml. Here is the contents of that file:
<!--# echo hi -->
If you hit this in a browser, you see the SSI directive in the content - so apparently NGINX is not interpreting the SSI directive.
My NGINX config file looks like…