ftimme
2013-10-09 3a96095d811caf6bcfa51df5d7cc0ad5f212ca27
- Fixed FS#3162 - Nginx location rule for webalizer statistics.
1 files modified
2 ■■■ changed files
server/conf/nginx_vhost.conf.master 2 ●●● patch | view | raw | blame | history
server/conf/nginx_vhost.conf.master
@@ -121,7 +121,7 @@
            access_log off;
        }
        
        location /stats {
        location /stats/ {
            <tmpl_var name='web_document_root_www_proxy'>
            index index.html index.php;
            auth_basic "Members Only";