added blank line at end of PHP .insert files for formatting reasons

This commit is contained in:
Asif Bacchus 2019-01-08 00:53:56 -07:00
parent af549958ea
commit d7bb02c9f0
3 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,7 @@
-1, -1,
-1, -1,
-1, -1,
-1 733
] ]
} }
] ]

View File

@ -1,4 +1,5 @@
# PHP handler (socket) # PHP handler (socket)
upstream php-handler { upstream php-handler {
server unix:<phpSock>; server unix:<phpSock>;
} }

View File

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