summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index ca11ca8..00cf9c1 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -7,6 +7,16 @@ node 'gandalf.adrift.space' {
include ::profiles::gandalf_web
+ nginx::resource::location { '/varselklotet':
+ server => 'gandalf',
+ location_alias => '/home/hugo/wiki/varselklotet',
+ try_files => ['$uri', '$uri/', '=404'],
+ autoindex => 'on',
+ ssl => true,
+ ssl_only => true,
+ index_files => [],
+ }
+
class { 'profiles::transmission':
nginx_server => 'gandalf',
}