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

9 lines
149 B
Plaintext
Raw Normal View History

2024-03-25 01:19:53 -04:00
server {
listen 80;
server_name ci.hatecomputers.club;
location / {
rewrite ^ https://ci.hatecomputers.club$request_uri? permanent;
}
}