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