You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
325 B

server {
listen 80;
listen [::]:80;
#listen 443 ssl;
server_name wanzongbiz.com www.wanzongbiz.com;
root /home/www/wanzongbiz;
index index.html;
# Load configuration files for the default server block.
include /mnt/etc/cn.yimian.xyz/nginx/default.d/*.conf;
}