diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:05:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:05:56 +0000 |
commit | d7226bbc355012012727210b5f1dc6bb6655dbae (patch) | |
tree | 8089559e7a8e8d683bd7885dad42987eabf2b134 /debian/apache2.postinst | |
parent | Setting X-Frame-Options to deny. (diff) | |
download | apache2-d7226bbc355012012727210b5f1dc6bb6655dbae.tar.xz apache2-d7226bbc355012012727210b5f1dc6bb6655dbae.zip |
Adding configuration file to no accidentally serve git files.
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 e03ee1c..e802575 100644 --- a/debian/apache2.postinst +++ b/debian/apache2.postinst @@ -63,7 +63,7 @@ enable_default_conf() if is_fresh_install $@ ; then for conf in charset localized-error-pages other-vhosts-access-log \ security serve-cgi-bin \ - csp hsts modern-cookies modern-ssl no-cache no-frames ; do + csp hsts modern-cookies modern-ssl no-cache no-frames no-git ; do a2enconf -m -q $conf done fi |