rabbah commented on a change in pull request #4329: Redirect http to https and
other nginx config cleanup.
URL:
https://github.com/apache/incubator-openwhisk/pull/4329#discussion_r264013663
##########
File path: ansible/roles/nginx/tasks/deploy.yml
##########
@@ -16,7 +16,7 @@
- name: copy cert files from local to remote in nginx config directory
copy:
- src: "files/{{ item }}"
+ src: "{{ nginx.ssl.path }}/{{ item }}"
Review comment:
now the certs can be copied from the given location instead.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services