Skip to content

Commit

Permalink
Reordering apache2 setup commands to reduce the number of service
Browse files Browse the repository at this point in the history
  • Loading branch information
laeti-tia committed Sep 25, 2024
1 parent 05eb5b6 commit b7946f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ unibuild-log
unibuild-work/
unibuild-repo/
multiarch_build/
# MacOS artifacts
.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ case "$1" in
if [ -e /usr/share/apache2/apache2-maintscript-helper ]; then
. /usr/share/apache2/apache2-maintscript-helper

apache2_invoke enmod ssl
apache2_invoke enmod proxy
apache2_invoke enmod proxy_http
apache2_invoke enmod headers
apache2_invoke enconf apache-elmond
apache2_invoke enmod ssl reload
apache2_invoke enmod proxy reload
apache2_invoke enmod proxy_http reload
# Only doing a restart once to avoid triggering limits
apache2_invoke enmod headers restart
fi
;;

Expand Down

0 comments on commit b7946f6

Please sign in to comment.