diff --git a/server/conf/nginx_vhost.conf.master b/server/conf/nginx_vhost.conf.master index d771eb1719ef7949c7eda5eb1649471596cbb2a6..7e1a203e9094d4fc19a7eec3a5ccf18c375bf476 100644 --- a/server/conf/nginx_vhost.conf.master +++ b/server/conf/nginx_vhost.conf.master @@ -75,7 +75,7 @@ server { auth_basic_user_file ; } - location /awstats-icon { + location ^~ /awstats-icon { alias /usr/share/awstats/icon; }