miscellaneous updates

This commit is contained in:
Nick Nisi
2015-02-19 08:37:22 -06:00
parent 876672843b
commit 5c0d1fdf4f
7 changed files with 55 additions and 12 deletions

View File

@@ -43,7 +43,8 @@ http {
location / {
root /Users/nicknisi/code;
# index index.html index.htm;
index index.html index.php;
include /usr/local/etc/nginx/conf.d/php-fpm;
autoindex on;
}