ftimme
2012-02-22 8188e8dda8e3059bf8eb01bce190a023e50a9b94
- nginx: changed /awstats-icon location from "location /awstats-icon" to "location ^~ /awstats-icon" so that it isn't affected by any "location ~*  \.(jpg|jpeg|png|gif|css|js|ico)$" directive.
1 files modified
2 ■■■ changed files
server/conf/nginx_vhost.conf.master 2 ●●● patch | view | raw | blame | history
server/conf/nginx_vhost.conf.master
@@ -75,7 +75,7 @@
            auth_basic_user_file <tmpl_var name='stats_auth_passwd_file'>;
        }
        location /awstats-icon {
        location ^~ /awstats-icon {
            alias /usr/share/awstats/icon;
        }