update php to 7.1.5

This commit is contained in:
Wonderfall
2017-05-13 17:15:19 +02:00
parent 00eb62045b
commit 407224e4b8
10 changed files with 6 additions and 1 deletions

View File

@ -1,6 +0,0 @@
location ~ \.php$ {
fastcgi_index index.php;
fastcgi_pass unix:/php/run/php-fpm.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /nginx/conf/fastcgi_params;
}