瀏覽代碼

Merge branch 'dev-online' into 'Online'

修改nginx配置

See merge request crowd-2019/crowd-test-service-front!185
郭超 4 年之前
父節點
當前提交
9937782532
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tool4deploy/conf.d/nginx.conf

+ 1 - 1
tool4deploy/conf.d/nginx.conf

@@ -1,6 +1,6 @@
 server {
         listen       80;
-        server_name  8.134.32.27;
+        server_name  www.cofortest.com;
         root /usr/share/nginx/html;
         #charset koi8-r;
         client_max_body_size 100m;