内部开发域名配置
1.線上要配置一個nginx的配置
server{listen 80;server_name online.feiniu.com;index index.html index.htm index.php admin.php;root /home/wwwroot/default/feiniu/cow/Public;#error_page 404 /404.html;#include enable-php.conf;include enable-php-pathinfo.conf;location /nginx_status{stub_status on;access_log off;}location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)${expires 30d;}location ~ .*\.(js|css)?${expires 12h;}location ~ /\.{deny all;}access_log /home/wwwlogs/access.log; }這里的online.feiniu.com就是一個假的域名。其實并沒有域名指向它。
2.再在自己的電腦中配置一個hosts。
# 內部模擬 xxx.xxx.xxx.xxx online.feiniu.com其中xxx.xxx.xxx.xxx為線上的ip。
配置好之后,就可以局部模擬開發了。
后記:
實踐證明,并不好用。
會出現未備案。
轉載于:https://www.cnblogs.com/jiqing9006/p/9443846.html
總結
- 上一篇: 正则表达式——WPF输入控件TextBo
- 下一篇: 9 README,全套代码