https://www.nginx.cn/4658.html
注意 root方式
server {
listen 85;
server_name xxxx;
location /portal/ {
root /home/ ; #对应的文件路径是/home/portal/
autoindex on;
}
}
注意 root方式
server {
listen 85;
server_name xxxx;
location /portal/ {
root /home/ ; #对应的文件路径是/home/portal/
autoindex on;
}
}