More files needed for public area
diff --git a/docker-config/whimsy.conf b/docker-config/whimsy.conf
index e9f9c8b..6c9022a 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