MAC OS Nginx 安装和配置教程
安装brew install nginx配置修改配置文件:vi /usr/local/etc/nginx/nginx.confautoindex on; autoindex_exact_size off; autoindex_localtime on; location / { root /Users/www/; }nginx -s reload大功告成!
安装brew install nginx配置修改配置文件:vi /usr/local/etc/nginx/nginx.confautoindex on; autoindex_exact_size off; autoindex_localtime on; location / { root /Users/www/; }nginx -s reload大功告成!
最近在安装 npm 时,遇到下面报错:No Xcode or CLT version detected解决方案分下面3个阶段1、执行 xcode-select --install2、如果执行上面命令还是无法解决,报如下类似错误:xcode-select: error: command line tools are already installed, use "Software Update...
最近 mac 在用 vs code 编辑器的时候 cpu 占用奇高,搞得 mac 风扇狂转,cpu 温度迅速上升。上网搜索一番,得出下面2个解决方案:file exclude 和 watch exclude "files.exclude": { "**/.git": true, "**/.svn": ...
找了很多原因都找不到。在系统设置中找来找去,才发现是这个原因:系统偏好设置--》网络--》wifi--》高级--》代理:去掉【自动代理配置】的勾选。
现象在给我的2018 Macbook升级mojave的时候,操作过了几分钟,就会提示【需要联网】。可是我的网络明明确定没有问题啊。这是为什么呢?重试了几次都不能解决问题。原因请尝试通过以下步骤查找原因:点击wifi-->打开网络偏好设置-->wifi-->高级-->代理-->关掉『自动代理配置』Ok,搞定。