]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Template fixes (3)
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 17 Feb 2010 20:48:19 +0000 (18:48 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 17 Feb 2010 20:48:19 +0000 (18:48 -0200)
templates/puppetmaster.erb

index 7a159d7513e8a193c451c9d9386a5e166f280e37..addd22ae7aa9dcce227246912be15e0e29b2c393 100644 (file)
@@ -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;