Skip to content

Instantly share code, notes, and snippets.

View koskedk's full-sized avatar
🏠
Working from home

Koske Kimutai koskedk

🏠
Working from home
View GitHub Profile
@koskedk
koskedk / README.md
Created May 2, 2020 15:31 — forked from jimothyGator/README.md
Nginx configuration for Mac OS X with Homebrew, using sites-enabled directory.
mkdir -p /usr/local/etc/nginx/sites-{enabled,available}
cd /usr/local/etc/nginx/sites-enabled
ln -s ../sites-available/default.conf
ln -s ../sites-available/default-ssl.conf

File locations:

  • nginx.conf to /usr/local/etc/nginx/
  • default.conf and default-ssl.conf to /usr/local/etc/nginx/sites-available
  • homebrew.mxcl.nginx.plist to /Library/LaunchDaemons/