在我的mac机器上安装valet时,我得到了这个错误。有人能帮帮忙吗?
Nginx cannot start; please check your nginx.conf [1: nginx: [emerg] unknown
directive "http2_push_preload" in /Users/sujitbista/.config/valet/Nginx/dg
demo.test:13
nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed
]. 发布于 2020-01-30 03:01:31
删除代客配置,重新安装并启动。
rm -r ~/.config/valet
valet install
valet start发布于 2021-02-04 15:24:34
警告: nginx 1.19.6已经安装,只是没有链接。要链接此版本,请运行:
brew link nginx..solved我的问题。
发布于 2020-04-16 16:29:48
更新NGINX
brew upgrade nginxhttps://stackoverflow.com/questions/59601884
复制相似问题