infra/ansible/files/resume.shockrah.xyz.conf

14 lines
164 B
Plaintext
Raw Permalink Normal View History

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