Nginx config - add an index in case they don't have a http block

This commit is contained in:
Thomas Willingham 2013-06-13 18:47:22 +01:00
parent 9992b1ffe6
commit 047967da99

View File

@ -9,6 +9,7 @@ ssl_certificate /path/to/ssl.crt;
ssl_certificate_key /path/to/ssl.key;
root /var/www/example.com;
index index.php;
access_log /var/log/nginx/example.com.log;
include standard.conf;
location ~ \.php$ {