Fix indentation

This commit is contained in:
Joseph Cohen
2015-01-01 19:34:31 -06:00
parent 2d291853e2
commit d4be91175a

View File

@@ -177,7 +177,7 @@ server {
location ~ \.php$ {
include fastcgi_params;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_index index.php;
fastcgi_keep_conn on;