Sometimes your Homebrew Nginx server needs a bit more love. You may need more workers, or tweak server side gzipping or as in my case just to check if all
homebrew
Articles tagged in: homebrew
To upgrade from PHP 7.0 to 7.1 on Homebrew you have to first inlink 7.0 and then install 7.1: brew unlink php70 brew install php71 Then you can check the