Fix a lot of stupid git rebase errors

This commit is contained in:
Sommerwiesel
2025-06-18 11:31:14 +02:00
parent 66d0951fb3
commit 07b9c36020
10 changed files with 1654 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
location = /favicon.ico {
allow all;
log_not_found off;
access_log off;
}
+7
View File
@@ -0,0 +1,7 @@
location = /robots.txt {
add_header Content-Type text/plain;
root /srv/nginx/public;
allow all;
log_not_found off;
access_log off;
}