排序
宝塔环境下的BeDrive Nginx规则
location / { try_files $uri $uri/ /index.php?$query_string; } location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; log_not_found ...
七款类似Google Analytics 的开源程序
1.phpMyVisites phpMyVisites是一个网站流量统计系统,它能够提供非常详细的统计报告和高级图形报表。phpMyVisites不是一个Apache log分析工具,它建有自己的log。它的特点包括: ...
VestaCP NGINX虚拟主机模板
default 代码 (Text): server { listen %ip%:%proxy_port%; server_name %domain_idn% %alias_idn%; error_log /var/log...