server
{
listen 80;
server_name nlypx.cn www.nlypx.cn;
index index.php index.html index.htm default.php default.htm default.html;
root /www/wwwroot/nlypx.cn;
#CERT-APPLY-CHECK--START
# 用于SSL证书申请时的文件验证相关配置 -- 请勿删除
include /www/server/panel/vhost/nginx/well-known/nlypx.cn.conf;
#CERT-APPLY-CHECK--END |