lib/ms_deploy/recipes/nginx.rb in ms_deploy-0.3.0 vs lib/ms_deploy/recipes/nginx.rb in ms_deploy-0.3.1

- old
+ new

@@ -40,9 +40,11 @@ 'nginx_cert_dir' => fetch(:nginx_cert_dir, '/etc/nginx/cert'), 'with_upstream_server' => true, 'with_file_expire_max' => fetch(:with_file_expire_max, true), 'optional_http_content' => fetch(:optional_nginx_server_http_content, ''), 'optional_https_content' => fetch(:optional_nginx_server_https_content, ''), + 'optional_nginx_http_content' => fetch(:optional_nginx_http_content, ''), + 'optional_nginx_https_content' => fetch(:optional_nginx_https_content, ''), 'cert_type' => fetch(:cert_type, 'pem'), 'key_type' => fetch(:cert_type, 'key'), 'serve_static_files' => fetch(:serve_static_files, true), }