initial commit

This commit is contained in:
Ludovic Cartier
2024-12-17 17:20:50 +01:00
parent a24d032a03
commit 4c65e9c8b4
17 changed files with 315 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
location = /robots.txt {
auth_basic off;
allow all;
log_not_found off;
access_log off;
}