nginx 文件访问

Last updated on October 22, 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

nginx 文件访问
https://ispong.isxcode.com/vue/nginx/nginx 文件访问/
Author
ispong
Posted on
September 24, 2024
Licensed under