Ver Fonte

修改nginx配置

郭超 há 4 anos atrás
pai
commit
5b88b8801e
1 ficheiros alterados com 1 adições e 1 exclusões
  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;