diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 18:48:19 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 18:48:19 -0200 |
| commit | 8839736b5c8bf43776c4f9d57792440cc8fc0086 (patch) | |
| tree | 3459284fc9ec6c22639445431cc39acd9f9a058b | |
| parent | ea5af3db53f61e1e58997e7fac8d1f92cca9eaef (diff) | |
| download | puppet-nginx-8839736b5c8bf43776c4f9d57792440cc8fc0086.tar.gz puppet-nginx-8839736b5c8bf43776c4f9d57792440cc8fc0086.tar.bz2 | |
Template fixes (3)
| -rw-r--r-- | templates/puppetmaster.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/puppetmaster.erb b/templates/puppetmaster.erb index 7a159d7..addd22a 100644 --- a/templates/puppetmaster.erb +++ b/templates/puppetmaster.erb @@ -75,7 +75,7 @@ http { } server { - listen <%= nonssl_port %>; + listen <%= non_ssl_port %>; ssl_verify_client off; root /var/empty; access_log /var/log/nginx/access-<%= non_ssl_port %>.log; |
