update to booking link and also finalized and approved
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ __pycache__/
|
||||
*.pyc
|
||||
.claude/
|
||||
.planning/
|
||||
tools/
|
||||
.tools/
|
||||
|
||||
@@ -28,7 +28,7 @@ ServerSignature Off
|
||||
</FilesMatch>
|
||||
|
||||
# Block tools and hidden directories
|
||||
RewriteRule ^tools/ - [F,L]
|
||||
RewriteRule ^\.tools/ - [F,L]
|
||||
RewriteRule ^\.planning/ - [F,L]
|
||||
RewriteRule ^\.claude/ - [F,L]
|
||||
|
||||
|
||||
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user