修改nginx监听端口

This commit is contained in:
whyour 2021-03-18 14:51:29 +08:00
parent f2f4bfbefd
commit f803013846

View File

@ -1,5 +1,5 @@
upstream api {
server localhost:5678;
server localhost:5600;
}
server {