1
0
mirror of https://github.com/geerlingguy/ansible-for-devops.git synced 2024-05-19 06:50:03 +00:00

Issue #83: Final tweaks to examples in Chapter 12.

This commit is contained in:
Jeff Geerling
2019-08-20 13:11:55 -05:00
parent bc8375a98f
commit 90913a1564
3 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ server {
return 301 https://$host$request_uri;
}
# Proxy HTTPS traffic using the self-signed certificate created by Ansible.
# Proxy HTTPS traffic using a self-signed certificate.
server {
listen 443 ssl default_server;
server_name {{ server_hostname }};