update to booking link and also finalized and approved
This commit is contained in:
+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