chore: prepare docker webgis deployment

This commit is contained in:
Andrie
2026-06-11 18:14:21 +07:00
parent d2214ad9c8
commit a90748d9c1
149 changed files with 20844 additions and 5 deletions
+18
View File
@@ -0,0 +1,18 @@
# WebGIS Poverty Mapping - Apache hardening
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
# Test scripts are for local CLI verification only.
# They must not be executable from a browser.
RewriteRule ^tests(/|$) - [F,L]
# Runtime/session scratch data must not be browsable.
RewriteRule ^tmp(/|$) - [F,L]
# Local agent/tooling metadata is not part of the application.
RewriteRule ^\.claude(/|$) - [F,L]
RewriteRule ^\.superpowers(/|$) - [F,L]
</IfModule>