@@ -102,25 +102,25 @@ nginx_rest_api_dashboard: false
102102# Upload the main NGINX configuration file.
103103nginx_main_upload_enable : false
104104nginx_main_upload_src : conf/nginx.conf
105- nginx_main_upload_dest : /etc/nginx/nginx.conf
105+ nginx_main_upload_dest : /etc/nginx/
106106# Upload HTTP NGINX configuration files.
107107nginx_http_upload_enable : false
108108nginx_http_upload_src : conf/http/*.conf
109- nginx_http_upload_dest : /etc/nginx/conf.d/*.conf
109+ nginx_http_upload_dest : /etc/nginx/conf.d/
110110# Upload Stream NGINX configuration files.
111111nginx_stream_upload_enable : false
112112nginx_stream_upload_src : conf/stream/*.conf
113- nginx_stream_upload_dest : /etc/nginx/conf.d/*.conf
113+ nginx_stream_upload_dest : /etc/nginx/conf.d/
114114# Upload HTML files.
115115nginx_html_upload_enable : false
116116nginx_html_upload_src : www/*
117117nginx_html_upload_dest : /usr/share/nginx/html
118118# Upload SSL certificates and keys.
119119nginx_ssl_upload_enable : false
120120nginx_ssl_crt_upload_src : ssl/*.crt
121- nginx_ssl_crt_upload_dest : /etc/ssl/certs/*.crt
121+ nginx_ssl_crt_upload_dest : /etc/ssl/certs/
122122nginx_ssl_key_upload_src : ssl/*.key
123- nginx_ssl_key_upload_dest : /etc/ssl/private/*.key
123+ nginx_ssl_key_upload_dest : /etc/ssl/private/
124124
125125# Enable creating dynamic templated NGINX HTML demo websites.
126126nginx_html_demo_template_enable : false
0 commit comments