nginx 配置 vue dist
nginx 配置 vue dist vue hash 模式 server { location / { root dist; index index.html; } } http://local
...Read more...
数人世相逢,百年欢笑.
nginx 配置 vue dist vue hash 模式 server { location / { root dist; index index.html; } } http://local
...Read more...
nginx 虚拟主机配置 php open_basedir fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root:/tm
...Read more...
优化 nginx Help the World by Healing Your NGINX Configuration gzip gzip on; gzip_types application/
...Read more...
nginx 实例汇总 Default 面对所有解析到这个机器的未定义域名 server { listen 80 default_server; server_name _; return 301
...Read more...
awstats 安装和依赖 官网 awstats AWStats Day by Day yum -y install GeoIP-data GeoIP-devel geoipupdate Geo
...Read more...
nginx 制作镜像站点 location / { proxy_set_header Host "www.baidu.com"; proxy_set_header User-
...Read more...
服务器禁止某些User Agent抓取网站 Apache 修改 .htaccess RewriteEngine On RewriteCond %{HTTP_USER_AGENT} (^$|Fee
...Read more...