Fix a few references to php5-fpm

Unless we really mean php5-fpm, let's just say php-fpm.
This commit is contained in:
Alan Orth 2016-04-25 12:33:12 +03:00
parent 336ff4c2e5
commit cd77b088e9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# 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,
location / {
try_files $uri $uri/ /index.php?$args;

View File

@ -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
cgi_fix_pathinfo: 0