From ba4ab1b68383b96e4264f2e3aa909f3163b5879c Mon Sep 17 00:00:00 2001 From: lxhao61 <751142257@qq.com> Date: Thu, 13 Aug 2020 02:25:39 +0800 Subject: [PATCH] Update nginx.conf --- VLESS-TCP-TLS/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TCP-TLS/nginx.conf b/VLESS-TCP-TLS/nginx.conf index d04dbf4..15d4740 100644 --- a/VLESS-TCP-TLS/nginx.conf +++ b/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" '