Files
infra/deprecated/playbooks/files/resume.shockrah.xyz.conf

14 lines
164 B
Plaintext
Raw Permalink Normal View History

2024-04-16 20:27:54 -07:00
server {
2024-04-28 16:46:54 -07:00
listen 80;
server_name resume.shockrah.xyz;
2024-04-16 20:27:54 -07:00
root /opt/nginx/resume.shockrah.xyz;
index index.html;
location / {
try_files $uri $uri/ =404;
}
}