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