We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if you could configure the error_page directive. Any takers? :)
The text was updated successfully, but these errors were encountered:
Hi, we test today to add the error_page part to the vhost config with the following lines. It looks good for us.
nginx::resource::vhost { 'hostname': ... ... ... vhost_cfg_append => { 'error_page 403' => '/maintenance/403.html', 'error_page 404' => '/maintenance/404.html', 'error_page 500' => '/maintenance/500.html', 'error_page 503' => '/maintenance/503.html', },
Sorry, something went wrong.
Yes I agree that works, possibly that has been added since the issue was opened? Closing anyway.
No branches or pull requests
It would be nice if you could configure the error_page directive. Any takers? :)
The text was updated successfully, but these errors were encountered: