zkt25/nginx.conf
2026-05-14 07:35:50 +00:00

8 lines
118 B
Nginx Configuration File

server {
listen 80;
location / {
root /usr/share/nginx/html;
index index.html;
}
}