From 98aeb0db59ff797aacc73ac0b70d904e1b3548ce Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Tue, 1 Sep 2020 03:43:37 +0000 Subject: [PATCH] fix --- VLESS-TCP-TLS-proxy protocol/nginx.conf | 2 +- VLESS-TCP-TLS/nginx.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TCP-TLS-proxy protocol/nginx.conf b/VLESS-TCP-TLS-proxy protocol/nginx.conf index fb15d6f..19decd3 100644 --- a/VLESS-TCP-TLS-proxy protocol/nginx.conf +++ b/VLESS-TCP-TLS-proxy protocol/nginx.conf @@ -44,7 +44,7 @@ http { charset utf-8; - access_log logs/yourserver_8001.access.log proxy; + access_log logs/yourserver.access.log proxy; location / { root /var/www/html; diff --git a/VLESS-TCP-TLS/nginx.conf b/VLESS-TCP-TLS/nginx.conf index c6fccb0..f5d139b 100644 --- a/VLESS-TCP-TLS/nginx.conf +++ b/VLESS-TCP-TLS/nginx.conf @@ -39,7 +39,7 @@ http { charset utf-8; - access_log logs/yourserver_8001.access.log main; + access_log logs/yourserver.access.log main; location / { root /var/www/html;