How to reload or test nginx configuration from terminal #301
kayintveen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With homebrew i was always used running
nginx
from the terminal.This way when I changed configuration I often ran
nginx -t
to test my configuration to see if there are errors andnginx -s reload
to active my latest changes.I have searches for bin directories. but was not able to find anything.
Beta Was this translation helpful? Give feedback.
All reactions