diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:06:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:06:00 +0000 |
commit | fc4e348aceaaf01964aba2d22423470cfaa23541 (patch) | |
tree | 7a2508c656878e4006fb40a82830f012f9bde247 /debian/apache2.postinst | |
parent | Enabling ssl module. (diff) | |
download | apache2-fc4e348aceaaf01964aba2d22423470cfaa23541.tar.xz apache2-fc4e348aceaaf01964aba2d22423470cfaa23541.zip |
Renaming default-ssl.conf site to 000-default-ssl.conf.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apache2.postinst')
-rw-r--r-- | debian/apache2.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst index bf28702..c502970 100644 --- a/debian/apache2.postinst +++ b/debian/apache2.postinst @@ -264,7 +264,7 @@ list_fixup_conffiles () { cat <<- EOF /etc/bash_completion.d/apache2 /etc/apache2/sites-available/000-default.conf - /etc/apache2/sites-available/default-ssl.conf + /etc/apache2/sites-available/000-default-ssl.conf /etc/apache2/conf-available/charset.conf /etc/apache2/conf-available/localized-error-pages.conf /etc/apache2/conf-available/other-vhosts-access-log.conf |