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

Cannot set custom kamal proxy error pages #1302

Open
ahmayou opened this issue Dec 15, 2024 · 1 comment
Open

Cannot set custom kamal proxy error pages #1302

ahmayou opened this issue Dec 15, 2024 · 1 comment

Comments

@ahmayou
Copy link

ahmayou commented Dec 15, 2024

Kamal Proxy allows setting custom error pages in: Kamal Proxy PR #12
However, when setting this in kamal deploy under proxy as specified here it throws an error:

proxy:
  ssl: true
  hosts: 
    - example.com
    - www.example.com
  error_pages_path: /usr/local/share/errors/myservice

ERROR (Kamal::ConfigurationError): proxy: unknown key: error_page_path

@pokonski
Copy link

kamal-proxy is not kamal, this error_page_path attribute is not exposed in Kamal config (yet?)

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

2 participants