Files
2025-08-25 17:53:08 +08:00

9 lines
117 B
Plaintext

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