yw5ncom/nginx.conf
ange 16c6f27a93
All checks were successful
/ deploy (push) Successful in 12s
feat: resume and aboutme pages
2024-09-10 23:12:26 +07:00

11 lines
165 B
Nginx Configuration File

server {
listen 80;
listen [::]:80;
server_name localhost;
location / {
root /usr/share/nginx/html;
index index.html;
}
}