added blank line at end of PHP .insert files for formatting reasons
This commit is contained in:
Vendored
+1
-1
@@ -12,7 +12,7 @@
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1
|
||||
733
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# PHP handler (socket)
|
||||
upstream php-handler {
|
||||
server unix:<phpSock>;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# PHP handler (tcp)
|
||||
upstream php-handler {
|
||||
server <phpAddr>:<phpPort>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user