Skip to content

Instantly share code, notes, and snippets.

@kieetnvt
Last active June 7, 2019 06:44
Show Gist options
  • Save kieetnvt/c3c1c449bf3180a41cf94a636b2fdd54 to your computer and use it in GitHub Desktop.
Save kieetnvt/c3c1c449bf3180a41cf94a636b2fdd54 to your computer and use it in GitHub Desktop.
NGINX on MAC and The WebP Support

NGINX on MAC

Location default HTML file

cd /usr/local/Cellar/nginx/1.15.11/html/

Location configure of NGINX

cd /usr/local/etc/nginx

Testing configure of NGINX is working

sudo nginx -t

Start | Restart NGINX on MAC

recommend: must use sudo -> then it can work :))

sudo brew services start|stop|restart nginx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment