From: nodiscc Date: Sun, 16 Aug 2020 17:16:01 +0000 (+0200) Subject: doc: server configuration: enable mod_headers X-Git-Tag: v0.12.0-beta-1~16^2~6 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=19489e92d7dee3ec594432173071ddcddd79aa03 doc: server configuration: enable mod_headers --- diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 89398b44..8eeb10bd 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md @@ -208,6 +208,9 @@ sudo a2enmod ssl # https://httpd.apache.org/docs/current/mod/mod_rewrite.html sudo a2enmod rewrite +# mod_headers must be enabled to set custom headers from the server config +sudo a2enmod headers + # mod_version must only be enabled if you use Apache 2.2 or lower # https://httpd.apache.org/docs/current/mod/mod_version.html # sudo a2enmod version