Skip to content

Commit

Permalink
minor silexphp#1398 Update nginx sample with PHP7 as default (SpacePo…
Browse files Browse the repository at this point in the history
…ssum)

This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes silexphp#1398).

Discussion
----------

Update nginx sample with PHP7 as default

welcome PHP7 :)

Commits
-------

e8376e5 Update nginx sample with PHP7 as default
  • Loading branch information
fabpot committed Jul 18, 2016
2 parents 844b924 + e8376e5 commit a102df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/web_servers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The **minimum configuration** to get your application running under Nginx is:
# location ~ ^/(index|index_dev)\.php(/|$) {
location ~ ^/index\.php(/|$) {
# the ubuntu default
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_pass unix:/var/run/php/phpX.X-fpm.sock;
# for running on centos
#fastcgi_pass unix:/var/run/php-fpm/www.sock;
Expand Down

0 comments on commit a102df4

Please sign in to comment.