/ file access for wa.fo wip

initial test, that most likely will not work
This commit is contained in:
fro
2025-11-11 08:48:17 -05:00
parent 239262905a
commit 1db55e0b9a

View File

@@ -53,6 +53,11 @@ server {
error_page 404 = @myownredirect;
}
# access to certain files
location ~ ^/(robots.txt) {
}
# /dbg/shortcode | debug mode
location ~ ^/dbg/(\w+) {
default_type application/json;