diff options
Diffstat (limited to 'doc/md/Server-configuration.md')
-rw-r--r-- | doc/md/Server-configuration.md | 3 |
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 |
209 | sudo a2enmod rewrite | 209 | sudo a2enmod rewrite |
210 | 210 | ||
211 | # mod_headers must be enabled to set custom headers from the server config | ||
212 | sudo 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 |