diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-21 10:12:25 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-21 10:12:25 +0100 |
commit | a6ae5e1a0fd7378e70745bc61be206fc5941983d (patch) | |
tree | b545e4d5c87a4f6e4eca389847e1f7be3353b3f8 | |
parent | 685dec5e299bdfc8ce7ec8a1d5de5e9aa69c9e75 (diff) |
Remove static error page config.
We don't have static error pages available in alaveteli
-rw-r--r-- | config/nginx.conf.example | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/nginx.conf.example b/config/nginx.conf.example index be937b7fd..7b8af2bd9 100644 --- a/config/nginx.conf.example +++ b/config/nginx.conf.example @@ -24,9 +24,6 @@ server { try_files $uri/index.html $uri @alaveteli; - error_page 500 502 503 504 /500.html; - error_page 404 /404.html; - error_page 422 /422.html; location /download { internal; |