From af7285abc43915500e46b936cdfd41162d5923e4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 17 Jun 2016 13:19:00 -0300 Subject: Removes nginx.conf.puppetmaster.erb --- templates/nginx.conf.puppetmaster.erb | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 templates/nginx.conf.puppetmaster.erb diff --git a/templates/nginx.conf.puppetmaster.erb b/templates/nginx.conf.puppetmaster.erb deleted file mode 100644 index abf676f..0000000 --- a/templates/nginx.conf.puppetmaster.erb +++ /dev/null @@ -1,33 +0,0 @@ -user www-data; -worker_processes <%= worker_processes %>; - -error_log /var/log/nginx/error.log; -pid /var/run/nginx.pid; - -events { - worker_connections <%= worker_connections %>; -} - -http { - # see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524785 - # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547722 - server_names_hash_bucket_size 100; - - include /etc/nginx/mime.types; - default_type application/octet-stream; - - #access_log /var/log/nginx/access.log; - access_log /dev/null; - - sendfile on; - #tcp_nopush on; - - #keepalive_timeout 0; - keepalive_timeout 65; - tcp_nodelay on; - - gzip on; - - include /etc/nginx/conf.d/*.conf; - include /etc/nginx/sites-enabled/*; -} -- cgit v1.2.3