We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cb029 commit c980e2dCopy full SHA for c980e2d
spec/classes/nginx_spec.rb
@@ -16,6 +16,7 @@
16
nginx_servers_defaults: { 'listen_options' => 'default_server' },
17
nginx_locations: { 'test2.local' => { 'server' => 'test2.local', 'www_root' => '/' } },
18
nginx_locations_defaults: { 'expires' => '@12h34m' },
19
+ mail: true,
20
nginx_mailhosts: { 'smtp.test2.local' => { 'auth_http' => 'server2.example/cgi-bin/auth', 'protocol' => 'smtp', 'listen_port' => 587 } },
21
nginx_mailhosts_defaults: { 'listen_options' => 'default_server_smtp' },
22
nginx_streamhosts: { 'streamhost1' => { 'proxy' => 'streamproxy' } }
0 commit comments