Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Error Pages 408 errors #1440

Open
killerham opened this issue Sep 25, 2019 · 0 comments
Open

Custom Error Pages 408 errors #1440

killerham opened this issue Sep 25, 2019 · 0 comments

Comments

@killerham
Copy link

killerham commented Sep 25, 2019

Using Voyager 10.0 with the helm chart.

My error-files.yaml:

apiVersion: v1
metadata:
  name: error-files
data:
  408: errorfile /dev/null
  503.http: |
    HTTP/1.0 503 Service Unavailable
    Cache-Control: no-cache
    Connection: close
    Content-Type: text/html

    <html><body><h1>503 Service Unavailable</h1>
    No server is available to handle this request.
    </body></html>


kind: ConfigMap

the files successfully shows up in /srv/voyager/errorfiles

But when I go to a page that should get the 503, I get a 408 timeout error. The ingress logs also show that its getting the 503

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant