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