乐知付加密服务平台

如果你有资源, 平台可以帮你实现内容变现, 无需搭建知识付费服务平台。

点击访问官方网站 https://lezhifu.cc

扫码关注公众号 乐知付加密服务平台-微信公众号
nginx新增访问路径location | chenzuoli's blog

nginx新增访问路径location

nginx

1
2
3
location /demo {
root /opt/test;
}

实际访问路径:./opt/test/demo
绝对路径:nginx根目录/opt/test/demo/

-------------本文结束感谢您的阅读-------------