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