forked from AM-WEB/bigbreath.co
bake htpasswd into image, remove coming-soon route and template
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user