Browse Source

nginx: config esit

Yi 1 year ago
parent
commit
5165536026
1 changed files with 1 additions and 1 deletions
  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";