CentOS下Nginx静态资源代理配置
本文最后更新于 2026年4月8日 早上
打开nginx.conf,我的路径是/www/server/nginx/conf
1 | |
如上配置之后重启Ngnix服务,http://IP:888/upload/test.txt就可以访问到/ftp/upload/test.txt
Done.
CentOS下Nginx静态资源代理配置
https://xinhaojin.github.io/2020/07/01/centos下ngnix静态资源代理配置/