nginx配置格式修改
This commit is contained in:
parent
7919b11644
commit
9026cabb5b
|
@ -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 &&
|
||||
|
@ -218,4 +218,4 @@ rm -f gdutilsinstall_other.sh
|
|||
# 4-查询过程中输出方式不要每次都输出一次,可以固定+数字变化
|
||||
# 5-命令参数可加在ID前或后,如果非要固定一种的话就加在ID之前
|
||||
# 6-命令行也改为默认sa模式
|
||||
############################################################################
|
||||
############################################################################
|
||||
|
|
Loading…
Reference in New Issue