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
+1 -1
View File
@@ -12,7 +12,7 @@
-1,
-1,
-1,
-1
733
]
}
]
+2 -1
View File
@@ -1,4 +1,5 @@
# PHP handler (socket)
upstream php-handler {
server unix:<phpSock>;
}
}
+2 -1
View File
@@ -1,4 +1,5 @@
# PHP handler (tcp)
upstream php-handler {
server <phpAddr>:<phpPort>;
}
}