server {
listen 80;
server_name mail.hatecomputers.club;
location / {
rewrite ^ https://mail.hatecomputers.club$request_uri? permanent;
}