aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-08-16 19:16:01 +0200
committernodiscc <nodiscc@gmail.com>2020-09-12 14:31:45 +0200
commit19489e92d7dee3ec594432173071ddcddd79aa03 (patch)
treee4d54e280ace3e4153be5f23e57fa4b47bab0ffa /doc
parent5eece37b0aaa8563d6fdde394b2e828bec61b6f5 (diff)
downloadShaarli-19489e92d7dee3ec594432173071ddcddd79aa03.tar.gz
Shaarli-19489e92d7dee3ec594432173071ddcddd79aa03.tar.zst
Shaarli-19489e92d7dee3ec594432173071ddcddd79aa03.zip
doc: server configuration: enable mod_headers
Diffstat (limited to 'doc')
-rw-r--r--doc/md/Server-configuration.md3
1 files changed, 3 insertions, 0 deletions
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
208# https://httpd.apache.org/docs/current/mod/mod_rewrite.html 208# https://httpd.apache.org/docs/current/mod/mod_rewrite.html
209sudo a2enmod rewrite 209sudo a2enmod rewrite
210 210
211# mod_headers must be enabled to set custom headers from the server config
212sudo a2enmod headers
213
211# mod_version must only be enabled if you use Apache 2.2 or lower 214# mod_version must only be enabled if you use Apache 2.2 or lower
212# https://httpd.apache.org/docs/current/mod/mod_version.html 215# https://httpd.apache.org/docs/current/mod/mod_version.html
213# sudo a2enmod version 216# sudo a2enmod version