Browse Source

修改dockerfile配置和logo

zq940222 2 months ago
parent
commit
b89de44d38
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docker/conf/nginx/conf.d/wkcrm.conf

+ 2 - 2
docker/conf/nginx/conf.d/wkcrm.conf

@@ -1,10 +1,10 @@
 server {
     listen       80;
-    server_name  localhost;
+    server_name  localhost 47.103.60.8;
     client_max_body_size 100M;
 
     location /api/ {
-            proxy_pass   http://47.103.60.8:8443;
+            proxy_pass   http://localhost:8443;
     }
 }