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
I just upgraded to 0.6.5 release.
When the settings set like so:
The configuration became:
director default round-robin { { .backend = { .host = "127.0.0.1"; .port = "8080"; .first_byte_timeout = 300s; .between_bytes_timeout = 300s; } } } director admin round-robin { { .backend = { .host = "127.0.0.1"; .port = "8080"; .first_byte_timeout = 21600s; .between_bytes_timeout = 21600s; } } }
Ignoring my settings and thus knocking the site offline.
I'm tracing the problem now, but just wanted to start a Issue thread
The text was updated successfully, but these errors were encountered:
This fixed nexcess#904
39b18f1
The code here is doing a boolean check but the setting is saved as a string (no, yes or yes_admin)
This fixes 904
b6d3972
The code here is doing a boolean check but the setting is saved as a string (no, yes or yes_admin) As per nexcess#904 this fixes the config geneator
Merge pull request #907 from BarryCarlyon/fix-904
bc4c3eb
Fix for: ignores backend settings #904
miguelbalparda
No branches or pull requests
I just upgraded to 0.6.5 release.
When the settings set like so:
The configuration became:
Ignoring my settings and thus knocking the site offline.
I'm tracing the problem now, but just wanted to start a Issue thread
The text was updated successfully, but these errors were encountered: