summaryrefslogtreecommitdiff
path: root/manifests/shiori.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/shiori.pp')
-rw-r--r--manifests/shiori.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/shiori.pp b/manifests/shiori.pp
index df9b718..fb5531e 100644
--- a/manifests/shiori.pp
+++ b/manifests/shiori.pp
@@ -24,6 +24,7 @@ class profiles::shiori (
$certname = lookup('certname')
+ # TODO merge these options with lookup('nginx::nginx_servers_defaults') ?
nginx::resource::server { $server_name:
ipv6_enable => true,
ipv6_listen_options => '',
@@ -33,6 +34,8 @@ class profiles::shiori (
ssl_key => "/etc/letsencrypt/live/${certname}/privkey.pem",
www_root => $shiori::dir,
use_default_location => false,
+ access_log => absent,
+ error_log => absent,
}
nginx::resource::location { 'shiori /':