Browse Source

nginx: config esit

Yi 1 năm trước cách đây
mục cha
commit
5165536026
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      default.conf.template

+ 1 - 1
default.conf.template

@@ -1,7 +1,7 @@
 server {
    listen       80;
    listen  [::]:80;
-   server_name  localhost;
+   server_name *.kptyun.com;
 
    gzip on;
    gzip_disable "msie6";