mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修改nginx监听端口
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
upstream api {
|
||||
server localhost:5678;
|
||||
server localhost:5600;
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user