From 19887a00a378d8dcef1d8e82c38a3ae4fe2da12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 19 Jul 2021 22:17:49 +0200 Subject: Export varselklotet through regular webserver. --- modules/profiles/manifests/gandalf_web.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/profiles/manifests') diff --git a/modules/profiles/manifests/gandalf_web.pp b/modules/profiles/manifests/gandalf_web.pp index 7aabf2c..e29e360 100644 --- a/modules/profiles/manifests/gandalf_web.pp +++ b/modules/profiles/manifests/gandalf_web.pp @@ -5,6 +5,13 @@ class profiles::gandalf_web { # server_purge => true, package_name => 'nginx', service_config_check => true, + http_cfg_append => { + 'charset' => 'utf-8', + }, + mime_types_preserve_defaults => true, + mime_types => { + 'text/plain' => 'wiki txt', + } } $certname = 'bookmark.gandalf.adrift.space' -- cgit v1.2.3