Commit 381d231f authored by root's avatar root
Browse files

now we're no longer using hhvm, update nginx to try php7 first

parent fa972ea6
...@@ -85,7 +85,8 @@ server { ...@@ -85,7 +85,8 @@ server {
# pass the PHP scripts to FastCGI server from upstream phpfcgi # pass the PHP scripts to FastCGI server from upstream phpfcgi
location ~ ^/(app|app_dev|config)\.php(/|$) { location ~ ^/(app|app_dev|config)\.php(/|$) {
fastcgi_pass hhvmfcgi; # fastcgi_pass hhvmfcgi;
fastcgi_pass phpfcgi;
fastcgi_intercept_errors on; fastcgi_intercept_errors on;
# error_page 502 = @fallback; # error_page 502 = @fallback;
error_page 502 /502.html; error_page 502 /502.html;
......
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