nginx 文件访问
Last updated on November 20, 2024 am
🧙 Questions
☄️ Ideas
mv baidu_verify_codeva.html /tmp/
chmod 777 /tmp/baidu_verify_codeva.html
vim /etc/nginx/nginx.conf
location = /baidu_verify_codeva.html {
alias /tmp/baidu_verify_codeva.html;
}
nginx -t
nginx -s reload
🔗 Links
nginx 文件访问
https://ispong.isxcode.com/vue/nginx/nginx 文件访问/