summaryrefslogtreecommitdiff
path: root/playbooks/roles/nginx/templates/mail.mistymountainstherapy.com/http.auth.mistymountainstherapy.com.conf
blob: 9a767f2e6d3e6d9feb975552f6eff3e5fa76eeec (plain)
1
2
3
4
5
6
7
8
server {
  listen 80;
  server_name auth.mistymountainstherapy.com;

  location / {
    rewrite ^ https://auth.mistymountainstherapy.com$request_uri? permanent;
  }
}