Skip to content

Instantly share code, notes, and snippets.

@jdelStrother
Created October 17, 2018 16:18
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 jdelStrother/fc5dd1fdacb853c904fa33913748130e to your computer and use it in GitHub Desktop.
Save jdelStrother/fc5dd1fdacb853c904fa33913748130e to your computer and use it in GitHub Desktop.
--- a/deploy/nginx.standard.conf
+++ b/deploy/nginx.standard.conf
@@ -20,7 +20,7 @@ location @503 {
# Render the nice Audioboo 500 page, if required.
-error_page 500 504 = /500.html;
+error_page 500 504 /500.html;
error_page 502 /502.html;
location ~ ^/(assets)/ {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment