首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 系统运维 >

awstats+nginx 装配配置

2012-11-08 
awstats+nginx 安装配置server {listen80server_namelocalhostroot /var/www/HduISAindex index.htmll

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


热点排行