色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

配置完成后訪問仍不安全怎么解決

傅智翔2年前14瀏覽0評論

配置完成后訪問仍不安全怎么解決?

1、添加server_name為空或者localhostserver {listen 80;server_name localhost;location / {if ($host ~ localhost) {return 403;}}}2、添加server_name為yourdnsserver{access_log /data/logs/nginx/access.log;listen 80;server_name yourdns;charset utf-8;root /data/www;index index.html index.htm index.php;location / {expires 1d;}}

nginx獲取不到css,配置完成后訪問仍不安全怎么解決