mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-02 00:59:29 +08:00
Update nginx.conf
fixed issue caused by redundant simicolon
This commit is contained in:
parent
5d2309feb5
commit
ce86f642cf
@ -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…
x
Reference in New Issue
Block a user