update to booking link and also finalized and approved

This commit is contained in:
Concept Agent
2026-05-21 20:04:03 +02:00
parent 2e9329b1f4
commit 53aacf9999
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ server {
return 404;
}
# Block tools directory
location ^~ /tools/ {
# Block tools directory (hidden, but belt-and-suspenders)
location ^~ /.tools/ {
deny all;
return 404;
}