diff --git a/.vscode/numbered-bookmarks.json b/.vscode/numbered-bookmarks.json index 6891b83..c889a30 100644 --- a/.vscode/numbered-bookmarks.json +++ b/.vscode/numbered-bookmarks.json @@ -12,7 +12,7 @@ -1, -1, -1, - -1 + 733 ] } ] diff --git a/etc/nginx/nginx_conf_phphandler_SOCK.insert b/etc/nginx/nginx_conf_phphandler_SOCK.insert index 0a91f24..fcbf78c 100644 --- a/etc/nginx/nginx_conf_phphandler_SOCK.insert +++ b/etc/nginx/nginx_conf_phphandler_SOCK.insert @@ -1,4 +1,5 @@ # PHP handler (socket) upstream php-handler { server unix:; - } \ No newline at end of file + } + \ No newline at end of file diff --git a/etc/nginx/nginx_conf_phphandler_TCP.insert b/etc/nginx/nginx_conf_phphandler_TCP.insert index 83b1df8..2a75545 100644 --- a/etc/nginx/nginx_conf_phphandler_TCP.insert +++ b/etc/nginx/nginx_conf_phphandler_TCP.insert @@ -1,4 +1,5 @@ # PHP handler (tcp) upstream php-handler { server :; - } \ No newline at end of file + } + \ No newline at end of file