Fix a few references to php5-fpm
Unless we really mean php5-fpm, let's just say php-fpm.
This commit is contained in:
parent
336ff4c2e5
commit
cd77b088e9
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
# try for WordPress index.php in /
|
# try for WordPress index.php in /
|
||||||
# fall back to index.php + args (passed to php5-fpm later)
|
# fall back to index.php + args (passed to php-fpm later)
|
||||||
# also serves static files from the disk instead of passing to interpreter,
|
# also serves static files from the disk instead of passing to interpreter,
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php?$args;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
# file: roles/php5-fpm/defaults/main.yml
|
# file: roles/php-fpm/defaults/main.yml
|
||||||
|
|
||||||
# default is on, but turn it off because of protection in nginx vhosts
|
# default is on, but turn it off because of protection in nginx vhosts
|
||||||
cgi_fix_pathinfo: 0
|
cgi_fix_pathinfo: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user