nginx配置格式修改
This commit is contained in:
parent
7919b11644
commit
9026cabb5b
|
@ -177,7 +177,7 @@ server_name $YOUR_BOT_SERVER_NAME;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:23333/;
|
proxy_pass http://127.0.0.1:23333/;
|
||||||
}
|
}
|
||||||
}" > ${nginx_conf}gdutilsbot &&
|
}" > ${nginx_conf}gdutilsbot.conf &&
|
||||||
$rm_nginx_default
|
$rm_nginx_default
|
||||||
|
|
||||||
ls &&
|
ls &&
|
||||||
|
|
Loading…
Reference in New Issue