Nginx stable - no SSI module included?

Asked by Byron Gibson

I've installed Nginx stable (currently 0.8.52) from the PPA to Ubuntu 10.04 x64, and see the SSI module is not included by default. Is there any way to add this module without recompiling nginx?

Question information

Language:
English Edit question
Status:
Solved
For:
Nginx Edit question
Assignee:
No assignee Edit question
Solved by:
Byron Gibson
Solved:
Last query:
Last reply:
Revision history for this message
Byron Gibson (byrongibson) said :
#1

Nevermind, figured it out. Enable SSI /etc/nginx/sites-available/default (add 'ssi on;' under location /), not in /etc/nginx/nginx.conf.