tbrehm
2012-01-12 8cf78b31b28b9183579c7939b947e1f7e9f5c2fa
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;