搜尋

首頁  >  問答  >  主體

nginx server_name設定問題

設定檔

server {
        listen       8899;
        server_name  tc.com;

        location / {
            root   html;
            index  index.html index.htm;
       }
    }

瀏覽器訪問tc.com:8899沒用,但使用localhost:8899有用,這是為什麼?

为情所困为情所困2756 天前509

全部回覆(2)我來回復

  • 给我你的怀抱

    给我你的怀抱2017-05-16 17:11:05

    我懷疑你不知道 DNS 和 網域還有 server_name 是什麼差別

    回覆
    0
  • 迷茫

    迷茫2017-05-16 17:11:05

    忘改hosts了

    回覆
    0
  • 取消回覆