Skip to content

Instantly share code, notes, and snippets.

@rojenzaman
Last active September 6, 2024 12:30
Show Gist options
  • Select an option

  • Save rojenzaman/979391e7dd9099068f5623d0cd4b9411 to your computer and use it in GitHub Desktop.

Select an option

Save rojenzaman/979391e7dd9099068f5623d0cd4b9411 to your computer and use it in GitHub Desktop.
location = /404.html {
root /usr/share/nginx/error;
}
error_page 404 /404.html;
location = /50x.html {
root /usr/share/nginx/error;
}
error_page 500 502 503 504 /50x.html;
location = /nginx-logo.png {
root /usr/share/nginx/error;
}
location = /poweredby.png {
root /usr/share/nginx/error;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment