awstats+nginx 安装配置
server {listen 80;server_name localhost;root /var/www/HduISA;index index.html;location ~ ^/awstats/ { # awstats 静态页面目录root /var/www/HduISA/awstatsautoindex on; #可以目录浏览你的多个域名的目录用于分析index index.html;access_log off;}location ~ ^/icon/ { # 图标目录root /usr/local/awstats/wwwroot;index index.html;access_log off;}}