Browse Source

Update nginx.conf (#90)

fixed issue caused by redundant simicolon
pull/93/head
Benyamin Jafari 2 years ago committed by GitHub
parent
commit
4cc09a4977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      VLESS-TCP/nginx.conf

2
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;

Loading…
Cancel
Save