Browse Source
Merge pull request #351 from ericgaspar/NGINX-fix
Update nginx.conf
pull/352/head
Kayou
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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__PHPVERSION__-fpm-__NAME__.sock; |
|
|
|
fastcgi_intercept_errors on; |
|
|
|
fastcgi_request_buffering off; |
|
|
|
} |
|
|
|
|