ftimme
2012-01-10 708fe509782b7dd7fa1afdbcd0157c51fb22c650
- Added an alias "/awstats-icon" for /usr/share/awstats/icon to the nginx vhost template so that images are displayed in the AWStats statistics on nginx.
1 files modified
4 ■■■■ changed files
server/conf/nginx_vhost.conf.master 4 ●●●● patch | view | raw | blame | history
server/conf/nginx_vhost.conf.master
@@ -75,6 +75,10 @@
            auth_basic_user_file <tmpl_var name='stats_auth_passwd_file'>;
        }
        location /awstats-icon {
            alias /usr/share/awstats/icon;
        }
<tmpl_if name='php' op='==' value='fast-cgi'>
        location ~ \.php$ {
            try_files $uri =404;