diff options
author | Adam Spragg <adam@spra.gg> | 2018-06-06 13:41:02 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2018-06-06 13:41:02 +0100 |
commit | bfc50f836e36128a00f1de37528e6be7d74a52da (patch) | |
tree | b6f0e1bbe3b442817c139981e978d63fe2a542cd /apache2.conf | |
parent | cb6fe83d9c23730c8ad33cc7d75c03c0afd12f65 (diff) |
Set default charset to utf-8
Diffstat (limited to 'apache2.conf')
-rw-r--r-- | apache2.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apache2.conf b/apache2.conf index 8209ace..3fb00d7 100644 --- a/apache2.conf +++ b/apache2.conf @@ -147,6 +147,8 @@ # nokeepalive ssl-unclean-shutdown \ # downgrade-1.0 force-response-1.0 + # General global settings here... + AddDefaultCharset utf-8 Header always set Strict-Transport-Security "max-age=31536000" <Location /obs> |