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

9 lines
143 B
Plaintext

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