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