added tags in phphandler .insert files
This commit is contained in:
parent
6642a38d28
commit
48bacc2eba
@ -1,4 +1,4 @@
|
|||||||
# PHP handler (socket)
|
# PHP handler (socket)
|
||||||
upstream php-handler {
|
upstream php-handler {
|
||||||
server unix:/run/php/php7.2-fpm.sock;
|
server unix:/run/php/php<phpVersion>-fpm.sock;
|
||||||
}
|
}
|
@ -1,4 +1,4 @@
|
|||||||
# PHP handler (tcp)
|
# PHP handler (tcp)
|
||||||
upstream php-handler {
|
upstream php-handler {
|
||||||
server 127.0.0.1:9000;
|
server <phpAddr>:<phpPort>;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user