infra/playbooks/roles/nginx/templates/fern.int.infra.hatecomputer.../http.auth.hatecomputers.clu...

9 lines
153 B
Plaintext
Raw Permalink Normal View History

2024-03-18 17:49:43 -04:00
server {
listen 80;
server_name auth.hatecomputers.club;
location / {
rewrite ^ https://auth.hatecomputers.club$request_uri? permanent;
}
}