From 4cc09a4977169a1c55f668217934da8e0208967a Mon Sep 17 00:00:00 2001 From: Benyamin Jafari Date: Thu, 15 Dec 2022 05:54:44 +0330 Subject: [PATCH] Update nginx.conf (#90) fixed issue caused by redundant simicolon --- VLESS-TCP/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-TCP/nginx.conf b/VLESS-TCP/nginx.conf index 052c25f..6310f4a 100644 --- a/VLESS-TCP/nginx.conf +++ b/VLESS-TCP/nginx.conf @@ -4,7 +4,7 @@ worker_rlimit_nofile 65535; error_log logs/error.log warn; -pid logs/nginx.pid;; +pid logs/nginx.pid; events { worker_connections 1024;