fix nginx

This commit is contained in:
quackerd 2021-01-16 18:58:03 -05:00
parent 5b95b8717a
commit 1bc24b1445
Signed by: d
GPG Key ID: F73412644EDE357A
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ SERVER_IN = "server.in"
SERVER_PATH = "v2ray"
SERVER_FN = "config.json"
NGINX_IN = "nginx.in"
NGINX_PATH = "nginx/nginx/site-confs"
NGINX_PATH = "nginx"
NGINX_FN = "default"
DEFAULT_ALTERID = 64
CLIENT_OBJ_IN = "client_obj.in"