03 2024 档案
摘要:如何操作操作系统的 hosts 文件Windows 下在: C:/Windows/system32/drivers/etc/hosts苹果 Mac OSX 和 Ubuntu 等linux系一般在:/etc/hosts mac可command+shift+G前往/private文件夹,hosts文件在
阅读全文
摘要:先说要点,再show code 1,nginx转发不要填写127.0.0.1,localhost等ip地址 2,location根路径要加try_file选项,请求转发到index.html 3,如果有path有/,那就都带上/ 我的nginx.conf #user root; worker_pro
阅读全文