Skip to content

Instantly share code, notes, and snippets.

@rojenzaman
Created February 5, 2022 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rojenzaman/a5e2607583d6211cef44713ef2cfc6e3 to your computer and use it in GitHub Desktop.
Save rojenzaman/a5e2607583d6211cef44713ef2cfc6e3 to your computer and use it in GitHub Desktop.
Solve: nginx: [emerg] open() error
mkdir -vp $(dirname "$(nginx -t |& grep '\[emerg\]' | awk '{print $4}' | sed 's/"//g')")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment