|
I'd like to use SSI in some static files that are served by Static/NGINX application (installed by the one click installation). Apparently, to this end, the SSI must have been enabled in the NGINX configuration. Is this done by default? Do I have to enable it? If so how? |
|
You cannot use SSI with Static only (no .htaccess) applications. You can with Static/CGI/PHP applications by following the directions here: http://docs.webfaction.com/software/static.html#enabling-server-side-includes |
Thank you Aaron! (again)