nginx配置格式修改

This commit is contained in:
vitaminx 2020-07-01 13:27:34 +08:00 committed by GitHub
parent 7919b11644
commit 9026cabb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ server_name $YOUR_BOT_SERVER_NAME;
location / {
proxy_pass http://127.0.0.1:23333/;
}
}" > ${nginx_conf}gdutilsbot &&
}" > ${nginx_conf}gdutilsbot.conf &&
$rm_nginx_default
ls &&