1 2 3 4 5 6 7 8
server { listen 80; server_name mail.mistymountainstherapy.com; location / { rewrite ^ https://mail.mistymountainstherapy.com$request_uri? permanent; } }