CodeSnippet/nginx/config/static.conf

10 lines
152 B
Plaintext

server {
listen 8484;
server_name localhost;
root /www/data; # 751(701) need
index index.html index.htm;
location / {
}
}