Skip to content

Commit

Permalink
swith to apache
Browse files Browse the repository at this point in the history
  • Loading branch information
dpancic committed Feb 28, 2024
1 parent e58c207 commit 14deb86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ RewriteRule ^/*$ %{DOCUMENT_ROOT}/index.php [L]
#</IfModule>

RedirectMatch 404 /\.git
RedirectMatch 404 /\secrets.env

4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ php maintenance/update.php
# php maintenance/runJobs.php

# Start web server
# exec heroku-php-apache2
exec heroku-php-nginx
exec heroku-php-apache2
# exec heroku-php-nginx

0 comments on commit 14deb86

Please sign in to comment.