You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use this command brew options nginx-full | grep echo
I can see --with-echo-module
But When i use this command to reload nginx -s reload
Terminal prompts me nginx: [emerg] unknown directive 'echo' @agentzh
The text was updated successfully, but these errors were encountered:
Seems like you are using the wrong nginx executable. You can try using absolute file path to invoke nginx. Please keep in mind, different execution environment may see different PATH environment variable values (like sudo or init scripts).
When i use this command
brew options nginx-full | grep echo
I can see
--with-echo-module
But When i use this command to reload
nginx -s reload
Terminal prompts me
nginx: [emerg] unknown directive 'echo'
@agentzh
The text was updated successfully, but these errors were encountered: