added tags in phphandler .insert files

This commit is contained in:
Asif Bacchus 2019-01-05 18:22:05 -07:00
parent 6642a38d28
commit 48bacc2eba
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# PHP handler (socket)
upstream php-handler {
server unix:/run/php/php7.2-fpm.sock;
server unix:/run/php/php<phpVersion>-fpm.sock;
}

View File

@ -1,4 +1,4 @@
# PHP handler (tcp)
upstream php-handler {
server 127.0.0.1:9000;
server <phpAddr>:<phpPort>;
}