summaryrefslogtreecommitdiff
path: root/manifests/gandalf_web.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-07-19 22:17:49 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-07-19 22:17:49 +0200
commit36feddbc6ca7f4e926d2d26c23cc9198a1ff16c9 (patch)
treed01031b06f21ace87c9615b24a006f888990df3d /manifests/gandalf_web.pp
parentPacman hook paths shouldn't start with '/'. (diff)
downloadprofiles-36feddbc6ca7f4e926d2d26c23cc9198a1ff16c9.tar.gz
profiles-36feddbc6ca7f4e926d2d26c23cc9198a1ff16c9.tar.xz
Export varselklotet through regular webserver.
Diffstat (limited to '')
-rw-r--r--manifests/gandalf_web.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/gandalf_web.pp b/manifests/gandalf_web.pp
index 7aabf2c..e29e360 100644
--- a/manifests/gandalf_web.pp
+++ b/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'