[nginx-php] create php 7.2 tag

This commit is contained in:
hoellen
2018-01-11 15:11:45 +01:00
parent effe07499b
commit 842e24af49
11 changed files with 183 additions and 0 deletions

View File

@ -0,0 +1,6 @@
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;
}