All my pages have similar static header
and footer
parts inside the body
tag. head
tags are similar too, but feature title
, keywords
and description
which differ between pages.
Can I use nginx
to compose the output file taking parts of it from static files and other parts from the application server?
There's a module for Nginx to enable SSI functionality. It's quite well documented here. There are a few issues to be aware of:
../..
will not work).LAST_MODIFIED
) are not available.<--#include
must be<--# include
).