localhost替换为0.0.0.0

This commit is contained in:
hanhh
2021-08-16 16:59:49 +08:00
parent 2a5f0eee92
commit 87231fac25
3 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
upstream api {
server localhost:5600;
server 0.0.0.0:5600;
}
server {