YouCock/nginx.conf
2025-01-09 08:36:17 -07:00

8 lines
134 B
Nginx Configuration File

server {
listen 80;
root /www;
location / {
index index.html;
}
}