]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
More complete setup
authoreldy <>
Wed, 20 Mar 2013 14:37:04 +0000 (14:37 +0000)
committereldy <>
Wed, 20 Mar 2013 14:37:04 +0000 (14:37 +0000)
tools/nginx/awstats-nginx.conf

index 1a47b2579d898c05991c851bc09308966c3e8a8a..f7b9224bca60c51a69e689a868804de65efc22a2 100755 (executable)
@@ -24,11 +24,14 @@ server {
                alias /usr/share/awstats/wwwroot/icon/;
        }
 
+       location /awstats-icon/ {
+        alias /usr/share/awstats/wwwroot/icon/;
+    }
+
        location /awstats/js/ {
                alias /usr/share/awstats/wwwroot/js/;
        }
 
-
        # Dynamic stats.
        location ~ ^/cgi-bin/(awredir|awstats)\.pl {
                gzip off;