bake htpasswd into image, remove coming-soon route and template

This commit is contained in:
2026-06-08 20:01:29 +02:00
parent 7955294873
commit 79c19fef2b
4 changed files with 1 additions and 129 deletions
-2
View File
@@ -87,8 +87,6 @@ server {
location ~ ^/events/([a-z0-9-]+)/?$ {
rewrite ^/events/([a-z0-9-]+)/?$ /api/router.php?type=event_detail&slug=$1 last;
}
location = /coming-soon { rewrite ^ /api/router.php?type=coming_soon last; }
location = /coming-soon/ { rewrite ^ /api/router.php?type=coming_soon last; }
location = /contact { rewrite ^ /api/router.php?type=contact last; }
location = /contact/ { rewrite ^ /api/router.php?type=contact last; }
location = /privacy-policy { rewrite ^ /api/router.php?type=legal&slug=privacy-policy last; }