Skip to content

Commit

Permalink
Merge pull request hestiacp#4350 from barry-smithjr/feature/apache-mo…
Browse files Browse the repository at this point in the history
…d-headers

Enable mod_headers by default.
  • Loading branch information
jaapmarcus authored Apr 3, 2024
2 parents 131dbc1 + 912be4b commit 695029e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions install/hst-install-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1600,6 +1600,7 @@ if [ "$apache" = 'yes' ]; then
a2enmod suexec > /dev/null 2>&1
a2enmod ssl > /dev/null 2>&1
a2enmod actions > /dev/null 2>&1
a2enmod headers > /dev/null 2>&1
a2dismod --quiet status > /dev/null 2>&1
a2enmod --quiet hestia-status > /dev/null 2>&1

Expand Down
1 change: 1 addition & 0 deletions install/hst-install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,7 @@ if [ "$apache" = 'yes' ]; then
a2enmod suexec > /dev/null 2>&1
a2enmod ssl > /dev/null 2>&1
a2enmod actions > /dev/null 2>&1
a2enmod headers > /dev/null 2>&1
a2dismod --quiet status > /dev/null 2>&1
a2enmod --quiet hestia-status > /dev/null 2>&1

Expand Down

0 comments on commit 695029e

Please sign in to comment.