Browse Source

Merge pull request #4 from lxhao61/patch-2

更正 nginx.conf
pull/7/head
Kslr 4 years ago committed by GitHub
parent
commit
ef311bfdd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      VLESS-TCP-TLS/nginx.conf

4
VLESS-TCP-TLS/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;
@ -17,7 +17,7 @@ http {
include mime.types;
default_type application/octet-stream;
index index.html index.htm
index index.html index.htm;
log_format main '$remote_addr - $remote_user [$time_local] $status '
'"$request" $body_bytes_sent "$http_referer" '

Loading…
Cancel
Save