9 lines
83 B
Nginx Configuration File
Raw Normal View History

2024-09-23 16:01:31 +08:00
server {
listen 80;
root /usr/share/nginx/html;
index index.html;
}