infra/deprecated/playbooks/files/temper.tv.conf
shockrah 9785e8a40a
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 6s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 27s
Even more file shuffling
2025-05-12 00:21:08 -07:00

14 lines
144 B
Plaintext

server {
listen 80;
server_name temper.tv;
root /opt/nginx/temper.tv;
index index.html;
location / {
try_files $uri $uri/ =404;
}
}