This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bd018f6 Need access to menu and test
3bd018f6 is described below

commit 3bd018f6f03efb4ee22704fe6f3890f3e5c2e088
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 12 19:16:37 2024 +0000

    Need access to menu and test
---
 docker-config/whimsy.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docker-config/whimsy.conf b/docker-config/whimsy.conf
index e62e6b93..e31bcb39 100644
--- a/docker-config/whimsy.conf
+++ b/docker-config/whimsy.conf
@@ -142,6 +142,12 @@ RewriteCond %{REQUEST_URI} !^/public/
 # Access to linked docs
 RewriteCond %{REQUEST_URI} !=/test/dataflow.cgi
 RewriteCond %{REQUEST_URI} !=/test/dataflow.json
+# Access to test
+RewriteCond %{REQUEST_URI} !=/test.cgi
+RewriteCond %{REQUEST_URI} !=/committers/test.cgi
+# Access to menu
+RewriteCond %{REQUEST_URI} !=/
+RewriteCond %{REQUEST_URI} !=/index.html
 # Don't redirect 503 page!
 RewriteCond %{REQUEST_URI} !=/503.html
 RewriteCond %{REQUEST_URI} !=/maintenance.txt

Reply via email to