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:
@@ -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 }};
|
||||
|
||||
Reference in New Issue
Block a user