소스 검색

Update nginx.conf (#90)

fixed issue caused by redundant simicolon
Benyamin Jafari 2 년 전
부모
커밋
4cc09a4977
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      VLESS-TCP/nginx.conf

+ 1 - 1
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;