Commit da5ccc68 authored by Gliders User's avatar Gliders User
Browse files

switch devtools over to php7 fcgi

parent eafdc5cb
......@@ -27,7 +27,7 @@ server {
access_log off;
location ~ \.php {
fastcgi_pass hhvmfcgi;
fastcgi_pass phpfcgi;
fastcgi_buffers 256 4k;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment