Even more file shuffling

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 resume.shockrah.xyz;
root /opt/nginx/resume.shockrah.xyz;
index index.html;
location / {
try_files $uri $uri/ =404;
}
}