summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-20 14:10:58 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-20 14:10:58 +0200
commit3b409a819e4e4f1a7fe820c9e1978f1c0213268b (patch)
tree7db39359e24d8ebc2299449271daf09edbc89934
parentFix jenkins nginx server. (diff)
downloadprofiles-3b409a819e4e4f1a7fe820c9e1978f1c0213268b.tar.gz
profiles-3b409a819e4e4f1a7fe820c9e1978f1c0213268b.tar.xz
jenkins fixes.
-rw-r--r--manifests/jenkins.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/jenkins.pp b/manifests/jenkins.pp
index fe5597e..a6ad89b 100644
--- a/manifests/jenkins.pp
+++ b/manifests/jenkins.pp
@@ -42,7 +42,7 @@ class profiles::jenkins (
rewrite_rules => ['"^/static/[0-9a-fA-F]{8}\/(.*)" /$1 last'],
;
'jenkins /userContent':
- root => '/var/lib/jenkins/',
+ www_root => '/var/lib/jenkins/',
sendfile => 'off',
raw_append => @(EOF)
if (!-f $request_filename) {