fix: 修改nginx配置文件。
This commit is contained in:
@@ -24,7 +24,7 @@ http {
|
|||||||
upstream server {
|
upstream server {
|
||||||
ip_hash;
|
ip_hash;
|
||||||
# gateway 地址
|
# gateway 地址
|
||||||
server 117.72.197.29:8091;
|
server 117.72.197.29:8028;
|
||||||
# server 127.0.0.1:8081;
|
# server 127.0.0.1:8081;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user