summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/puppetmaster.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/puppetmaster.erb b/templates/puppetmaster.erb
index e3e0e11..7a159d7 100644
--- a/templates/puppetmaster.erb
+++ b/templates/puppetmaster.erb
@@ -78,8 +78,8 @@ http {
listen <%= nonssl_port %>;
ssl_verify_client off;
root /var/empty;
- access_log /var/log/nginx/access-<%= nonssl_port %>.log;
- rewrite_log /var/log/nginx/rewrite-<%= nonssl_port %>.log;
+ access_log /var/log/nginx/access-<%= non_ssl_port %>.log;
+ rewrite_log /var/log/nginx/rewrite-<%= non_ssl_port %>.log;
location / {
proxy_pass http://puppet-production;