module-nginx/templates/conf.d
Sander Hoentjen 4d05075f64 add support for mail module
See http://wiki.nginx.org/Modules#Mail_modules

Sample Usage:

 nginx::resource::mailhost { 'domain1.example':
   ensure      => present,
   auth_http   => 'server2.example/cgi-bin/auth',
   protocol    => 'smtp',
   listen_port => 587,
   ssl_port    => 465,
   starttls    => 'only',
   xclient     => 'off',
   ssl         => 'true',
   ssl_cert    => '/tmp/server.crt',
   ssl_key     => '/tmp/server.pem',
 }
2013-04-06 11:11:23 +02:00
..
nginx.conf.erb add support for mail module 2013-04-06 11:11:23 +02:00
proxy.conf.erb Moved worker_connections, worker_process and proxy_set_header to the new structure, backwards compatible 2012-10-01 22:02:44 -03:00
upstream.erb Added SuSE Support 2011-06-06 17:25:04 -05:00