infra/playbooks/roles/nginx/templates/himmel.int.infra.hatecomput.../http.kennel.hatecomputers.c...

9 lines
157 B
Plaintext
Raw Permalink Normal View History

2024-08-08 00:32:21 -04:00
server {
listen 80;
server_name kennel.hatecomputers.club;
location / {
rewrite ^ https://kennel.hatecomputers.club$request_uri? permanent;
}
}