]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: server configuration: enable mod_headers
authornodiscc <nodiscc@gmail.com>
Sun, 16 Aug 2020 17:16:01 +0000 (19:16 +0200)
committernodiscc <nodiscc@gmail.com>
Sat, 12 Sep 2020 12:31:45 +0000 (14:31 +0200)
doc/md/Server-configuration.md

index 89398b44423aa813d0cf93813224cf3a3d173d80..8eeb10bd34e98064fa266f9437b62187d9120bde 100644 (file)
@@ -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