Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Picking the right architecture = Picking the right battles + Managing trade-offs
| server { | |
| listen 80; | |
| server_name yournamehere.com; | |
| return 301 https://$host$request_uri; | |
| } | |
| server { | |
| listen 443 ssl; | |
| server_name yournamehere.com; |