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