Files
infra/deprecated/playbooks/files/shockrah.xyz.conf
2025-05-12 00:21:08 -07:00

13 lines
149 B
Plaintext

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