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

9 lines
151 B
Plaintext
Raw Normal View History

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