Browse Source

fix

pull/24/head
RPRX 4 years ago committed by GitHub
parent
commit
98aeb0db59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      VLESS-TCP-TLS-proxy protocol/nginx.conf
  2. 2
      VLESS-TCP-TLS/nginx.conf

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

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

Loading…
Cancel
Save