infra/playbooks/roles/nginx/templates/himmel.int.infra.hatecomput.../http.hatecomputers.club.conf

9 lines
143 B
Plaintext
Raw Normal View History

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