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

9 lines
149 B
Plaintext

server {
listen 80;
server_name ci.hatecomputers.club;
location / {
rewrite ^ https://ci.hatecomputers.club$request_uri? permanent;
}
}