In the interest of allowing you to run `nginx` without `sudo`, the default port is set to localhost:8080. If you want to host pages on your local machine to the public, you should change that to localhost:80, and run `sudo nginx`. You'll need to turn off any other web servers running port 80, of course. 概要 Home brew からインストールしたNginx の待ち受けポートを、デフォルトの8080番から80番に変更、システム起動時に待ち受けさせる。 おおまかな手順としては nginx.c