Even more file shuffling
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 6s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 27s

This commit is contained in:
2025-05-12 00:21:08 -07:00
parent 79bd7424c3
commit 9785e8a40a
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
server {
listen 80;
server_name temper.tv;
root /opt/nginx/temper.tv;
index index.html;
location / {
try_files $uri $uri/ =404;
}
}