feat: Website für IONOS und neue Rubriken aktualisieren
Docker-Image bauen / Image bauen und veröffentlichen (push) Canceled after 0s
Docker-Image bauen / Image bauen und veröffentlichen (push) Canceled after 0s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user