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 fdae26c1 More files needed for public area
fdae26c1 is described below
commit fdae26c1f78e346a18b6131f58113b435c0dc55c
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 6 14:36:39 2022 +0100
More files needed for public area
---
docker-config/whimsy.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docker-config/whimsy.conf b/docker-config/whimsy.conf
index e9f9c8be..6c9022a7 100644
--- a/docker-config/whimsy.conf
+++ b/docker-config/whimsy.conf
@@ -21,11 +21,15 @@
RewriteCond %{REQUEST_URI} !^/\d\d\d.html$
# Allow access to assets
RewriteCond %{REQUEST_URI} !^/assets/
+ RewriteCond %{REQUEST_URI} !^/icons/
RewriteCond %{REQUEST_URI} !=/whimsy.svg
RewriteCond %{REQUEST_URI} !=/favicon.ico
# Allow access to JSON files
RewriteCond %{REQUEST_URI} !^/public$
RewriteCond %{REQUEST_URI} !^/public/
+ # Access to linked docs
+ RewriteCond %{REQUEST_URI} !=/test/dataflow.cgi
+ RewriteCond %{REQUEST_URI} !=/test/dataflow.json
# Don't redirect 503 page!
RewriteCond %{REQUEST_URI} !=/503.html
RewriteCond %{REQUEST_URI} !=/maintenance.txt