如何配置電腦本地的域名

 

修改爲777無敵權限python

 

sudo chmod 777 /etc/hosts

  

編輯/etc/hosts文件,能夠設置本地域名vim

sudo vim /etc/hosts

  

在文件中增長信息spa

127.0.0.1   www.liuxinyu12378.com

  

這時,code

域名
www.liuxinyu12378.com 就成了本地的域名地址

 

 

2.Windows系統blog

 
編輯 C:\Windows\System32\drivers\etc\hosts
 
 
 

設置allowed_hosts域名

 
#容許哪些主機訪問,這是Django中的配置文件 setting.py
ALLOWED_HOSTS = ['127.0.0.1','www.liuxinyu12378.com']
相關文章
相關標籤/搜索