feat: Website für IONOS und neue Rubriken aktualisieren
Docker-Image bauen / Image bauen und veröffentlichen (push) Canceled after 0s

This commit is contained in:
2026-07-27 22:38:49 +02:00
parent 875d63eb39
commit acfc6fb6df
17 changed files with 1153 additions and 96 deletions
+6
View File
@@ -24,6 +24,12 @@ server {
return 200 "ok\n";
}
location ~ /\.ht {
deny all;
access_log off;
log_not_found off;
}
location = / {
expires -1;
try_files /index.html =404;