Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
e8376e54
Commit
e8376e54
authored
Jul 13, 2016
by
SpacePossum
Committed by
Fabien Potencier
Jul 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update nginx sample with PHP7 as default
parent
844b9241
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/web_servers.rst
doc/web_servers.rst
+1
-1
No files found.
doc/web_servers.rst
View file @
e8376e54
...
@@ -57,7 +57,7 @@ The **minimum configuration** to get your application running under Nginx is:
...
@@ -57,7 +57,7 @@ The **minimum configuration** to get your application running under Nginx is:
# location ~ ^/(index|index_dev)\.php(/|$) {
# location ~ ^/(index|index_dev)\.php(/|$) {
location ~ ^/index\.php(/|$) {
location ~ ^/index\.php(/|$) {
# the ubuntu default
# the ubuntu default
fastcgi_pass unix:/var/run/php
5
-fpm.sock;
fastcgi_pass unix:/var/run/php
/phpX.X
-fpm.sock;
# for running on centos
# for running on centos
#fastcgi_pass unix:/var/run/php-fpm/www.sock;
#fastcgi_pass unix:/var/run/php-fpm/www.sock;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment