...
server {
listen 80;
server_name localhost;
location /www/ {
root /data/;
index index.html index.htm;
}
location /image/ {
root /data/;
index index.html index.htm;
autoindex on;
}
}
...
650

被折叠的 条评论
为什么被折叠?



