Homestead 遇到的問題

Bear_Brown發表於2020-02-17

Homestead 環境搭建遇到的問題

教程地址

  • 連結

laravel-china

500 Internal Privoxy Error 問題

  • 問題描述

500 Internal Privoxy Error

Privoxy encountered an error while processing your request:

Could not load template file no-server-data or one of its included components.

Please contact your proxy administrator.

If you are the proxy administrator, please put the required file(s)in the (confdir)/templates directory. The location of the (confdir) directory is specified in the main Privoxy config file. (It's typically the Privoxy install directory).
  • 解決 關閉VPN

No input file specified. 問題

  • 問題描述

No input file specified.
  • 解決方案

    • 重新配置 homestead.yaml 檔案 sites to: /home/vagrant/Code/Laravel/public

此處

sites:為域名和網站的對映關係

folders: 為共享資料夾的對映關係

  • 過載配置

執行命令 vagrant provision

過載方法參考地址 分享:修改 Homestead.yaml 檔案後

本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章