From 3a96095d811caf6bcfa51df5d7cc0ad5f212ca27 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 09 Oct 2013 19:22:19 -0400
Subject: [PATCH] - Fixed FS#3162 - Nginx location rule for webalizer statistics.
---
server/conf/nginx_vhost.conf.master | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/conf/nginx_vhost.conf.master b/server/conf/nginx_vhost.conf.master
index 02ea5af..6e3d853 100644
--- a/server/conf/nginx_vhost.conf.master
+++ b/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";
--
Gitblit v1.9.1