Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 594 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 594 Bytes

Membership NGINX

  1. cd nginx
  2. Install dependencies brew bundle
  3. Run ./setup.sh

NGINX error messages

nginx has some unhelpful error messages. Here are some translations:

When stopping/reloading nginx
nginx: [error] open() "/usr/local/var/run/nginx.pid" failed (2: No such file or directory)

This means nginx is not running. And nginx -s reload will not automatically start nginx if it's not running.

When starting nginx
nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)

This means nginx is already running.