Browse Source

Update nginx.conf

pull/350/head
ericgaspar 5 years ago
parent
commit
7d09e4b197
No known key found for this signature in database GPG Key ID: 574F281483054D44
  1. 2
      conf/nginx.conf

2
conf/nginx.conf

@ -91,7 +91,7 @@ location ^~ __PATH__/ {
fastcgi_param modHeadersAvailable true;
# Enable pretty urls
fastcgi_param front_controller_active true;
fastcgi_pass unix:/var/run/php/php__YNH_PHP_VERSION__-fpm-__NAME__.sock;
fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm-__NAME__.sock;
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
}

Loading…
Cancel
Save