Merge pull request #5061 from AndyHee/2018.05-rc

Update sample-nginx.config
This commit is contained in:
Hypolite Petovan 2018-05-16 00:26:20 -04:00 committed by GitHub
commit f11b6c131e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@ server {
# With php5-cgi alone:
# fastcgi_pass 127.0.0.1:9000;
# With php5-fpm:
fastcgi_pass unix:/var/run/php5-fpm.sock;
# With php7.0-fpm:
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
include fastcgi_params;
fastcgi_index index.php;