mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 11:56:08 +08:00
修改nginx监听端口
This commit is contained in:
parent
f2f4bfbefd
commit
f803013846
|
@ -1,5 +1,5 @@
|
|||
upstream api {
|
||||
server localhost:5678;
|
||||
server localhost:5600;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Reference in New Issue
Block a user