@@ -102,25 +102,25 @@ nginx_rest_api_dashboard: false
102
102
# Upload the main NGINX configuration file.
103
103
nginx_main_upload_enable : false
104
104
nginx_main_upload_src : conf/nginx.conf
105
- nginx_main_upload_dest : /etc/nginx/nginx.conf
105
+ nginx_main_upload_dest : /etc/nginx/
106
106
# Upload HTTP NGINX configuration files.
107
107
nginx_http_upload_enable : false
108
108
nginx_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/
110
110
# Upload Stream NGINX configuration files.
111
111
nginx_stream_upload_enable : false
112
112
nginx_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/
114
114
# Upload HTML files.
115
115
nginx_html_upload_enable : false
116
116
nginx_html_upload_src : www/*
117
117
nginx_html_upload_dest : /usr/share/nginx/html
118
118
# Upload SSL certificates and keys.
119
119
nginx_ssl_upload_enable : false
120
120
nginx_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/
122
122
nginx_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/
124
124
125
125
# Enable creating dynamic templated NGINX HTML demo websites.
126
126
nginx_html_demo_template_enable : false
0 commit comments