View Shtml Full __full__
<html> <head><title>My Site</title></head> <body> <!--#include file="header.html" --> <h1>Welcome to my Homepage</h1> <!--#echo var="DATE_LOCAL" --> </body> </html>
location / ssi on; ssi_types text/shtml; view shtml full
Now visiting page.shtml in a browser will show the raw directives. Disable this after debugging. !--#include file="header.html" -->
