javascript - 域名無法解析Get net::ERR_NAME_NOT_RESOLVED
問題描述
自己的網(wǎng)站域名無法解析chrome報(bào)錯(cuò):Get net::ERR_NAME_NOT_RESOLVEDnginx配置
server {listen 80;server_name www.xxx.cn;rewrite ^(.*)$ https://$host$1 permanent; } server {listen 443;server_name www.xxx.cn;ssl on;ssl_certificate /data/www/blog/ssl/1_www.xxx.cn_bundle.crt;ssl_certificate_key /data/www/blog/ssl/2_www.xxx.cn.key;ssl_session_timeout 5m;ssl_protocols TLSv1 TLSv1.1 TLSv1.2;ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:HIGH:!aNULL:!MD5:!RC4:!DHE;ssl_prefer_server_ciphers on; location / { root /data/www/blog/; try_files $uri $uri/ /index.html; }}
問題解答
回答1:域名無法解析要找域名解析服務(wù)啊……
ping www.xxx.cn 或 nslookup www.xxx.cn(windows) 查下域名解析得到不
回答2:同樓上,域名無法解析和nginx配置沒關(guān)系
相關(guān)文章:
1. macos - 無法source activate python272. 小白學(xué)python的問題 關(guān)于%d和%s的區(qū)別3. mysql - 在不允許改動(dòng)數(shù)據(jù)表的情況下,如何優(yōu)化以varchar格式存儲(chǔ)的時(shí)間的比較?4. 運(yùn)行python程序時(shí)出現(xiàn)“應(yīng)用程序發(fā)生異常”的內(nèi)存錯(cuò)誤?5. android - 如何實(shí)現(xiàn)QQ pad 點(diǎn)擊右側(cè)輸入框,只頂右側(cè)的布局,左側(cè)布局不動(dòng)6. css3:flex排版問題7. css - 關(guān)于background-position百分比的問題?8. 問題Unknown column ’’ in ’where clause’9. html5 - chrome上的video控制條不同10. github - 求助大神啊,win10 git clone error,折騰了幾天都不行,以前原本好好的,突然就這樣了

網(wǎng)公網(wǎng)安備