From 14deb8600d4571c08ca45f89218e1cd85e60274f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalibor=20Pan=C4=8Di=C4=87?= Date: Wed, 28 Feb 2024 18:00:03 +0100 Subject: [PATCH] swith to apache --- .htaccess | 1 + entrypoint.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 96b31dd3f..251ca44c8 100644 --- a/.htaccess +++ b/.htaccess @@ -32,4 +32,5 @@ RewriteRule ^/*$ %{DOCUMENT_ROOT}/index.php [L] # RedirectMatch 404 /\.git +RedirectMatch 404 /\secrets.env diff --git a/entrypoint.sh b/entrypoint.sh index 6d6ee3018..5f4a422c5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,5 +12,5 @@ php maintenance/update.php # php maintenance/runJobs.php # Start web server -# exec heroku-php-apache2 -exec heroku-php-nginx \ No newline at end of file +exec heroku-php-apache2 +# exec heroku-php-nginx \ No newline at end of file