Files
infra/infra/static-vultr/ansible/files/resume.shockrah.xyz.conf
2024-04-16 20:27:54 -07:00

13 lines
152 B
Plaintext

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