removed phpVersion, detect php socket file from www.conf or leave tag

This commit is contained in:
Asif Bacchus
2019-01-06 05:23:24 -07:00
parent 5e03527996
commit b476a8becf
3 changed files with 20 additions and 34 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# PHP handler (socket)
upstream php-handler {
server unix:/run/php/php<phpVersion>-fpm.sock;
server unix:<phpSock>;
}