摘要:
server { listen 80; server_name test.com; client_max_body_size 100M; root "/home/www/public"; location / { try_files $uri /index.php$is_args$args; } l 阅读全文
摘要:
1、替换核心软件仓库 cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git 2、替换 cask 软 阅读全文
摘要:
1、阿里云 地址:https://mirrors.aliyun.com/composer 2、源替换(全局配置) composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ # 取消全局配置 comp 阅读全文