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

9 lines
153 B
Plaintext
Raw Normal View History

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