读书人

awstats+nginx 装配配置

发布时间: 2012-11-08 08:48:11 作者: rapoo

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;}}


查看 www.your_website.com/awstats/xxx.html


读书人网 >系统运维

热点推荐