Skip to content

Commit fdfff7e

Browse files
committed
Revert upload destinations
1 parent bcc3f1e commit fdfff7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

defaults/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,25 +102,25 @@ nginx_rest_api_dashboard: false
102102
# Upload the main NGINX configuration file.
103103
nginx_main_upload_enable: false
104104
nginx_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.
107107
nginx_http_upload_enable: false
108108
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/
110110
# Upload Stream NGINX configuration files.
111111
nginx_stream_upload_enable: false
112112
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/
114114
# Upload HTML files.
115115
nginx_html_upload_enable: false
116116
nginx_html_upload_src: www/*
117117
nginx_html_upload_dest: /usr/share/nginx/html
118118
# Upload SSL certificates and keys.
119119
nginx_ssl_upload_enable: false
120120
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/
122122
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/
124124

125125
# Enable creating dynamic templated NGINX HTML demo websites.
126126
nginx_html_demo_template_enable: false

0 commit comments

Comments
 (0)