nginx代理网站子目录到本地目录
使用nginx的alias即可,例如下边的配置将子目录static_web
代理到/www/wwwroot/bg.ctftools.com
路径,访问http://xxx.xx/static_web/index.html
即可达/www/wwwroot/bg.ctftools.com/index.html
1 |
|
nginx代理网站子目录到本地目录
https://blog.ctftools.com/2020/11/post251/
使用nginx的alias即可,例如下边的配置将子目录static_web
代理到/www/wwwroot/bg.ctftools.com
路径,访问http://xxx.xx/static_web/index.html
即可达/www/wwwroot/bg.ctftools.com/index.html
1 |
|