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
@@ -8,7 +8,7 @@ server {
return 301 https://$host$request_uri;
}
# Serve HTTPS traffic using the self-signed certificate created by Ansible.
# Serve HTTPS traffic using the Let's Encrypt certificate.
server {
listen 443 ssl default_server;
server_name {{ inventory_hostname }};