-
-
Notifications
You must be signed in to change notification settings - Fork 883
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
Add proxy send timeout for the nginx server configuration. #1181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a little typo
manifests/resource/server.pp
Outdated
@@ -25,6 +25,7 @@ | |||
# [*proxy*] - Proxy server(s) for the root location to connect to. Accepts a single value, can be used in | |||
# conjunction with nginx::resource::upstream | |||
# [*proxy_read_timeout*] - Override the default the proxy read timeout value of 90 seconds | |||
# [*proxy_send_timeout*] - Override the default the proxy read timeout value of 90 seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming this should read: "Override the default proxy send timeout value of 90 seconds"?
yes this is a type let me fix it and push again.
…On Mon, Feb 26, 2018 at 11:11 AM, Eric Putnam ***@***.***> wrote:
***@***.**** requested changes on this pull request.
LGTM, just a little typo
------------------------------
In manifests/resource/server.pp
<#1181 (comment)>
:
> @@ -25,6 +25,7 @@
# [*proxy*] - Proxy server(s) for the root location to connect to. Accepts a single value, can be used in
# conjunction with nginx::resource::upstream
# [*proxy_read_timeout*] - Override the default the proxy read timeout value of 90 seconds
+# [*proxy_send_timeout*] - Override the default the proxy read timeout value of 90 seconds
I'm assuming this should read: "Override the default proxy send timeout
value of 90 seconds"?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1181 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AfgGdvgtPBkx81Iu__OBpJXvn16Bgxw0ks5tYkQQgaJpZM4SQY74>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have done the changes. please let me know if any other chnages are needed.
@@ -24,7 +24,8 @@ | |||
# [*autoindex*] - Set it on 'on' or 'off 'to activate/deactivate autoindex directory listing. Undef by default. | |||
# [*proxy*] - Proxy server(s) for the root location to connect to. Accepts a single value, can be used in | |||
# conjunction with nginx::resource::upstream | |||
# [*proxy_read_timeout*] - Override the default the proxy read timeout value of 90 seconds | |||
# [*proxy_read_timeout*] - Override the default proxy read timeout value of 90 seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the message is now changed to "Override the default proxy read timeout value of 90 seconds"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggested changes are done. lets get this change to mster.
@@ -24,7 +24,8 @@ | |||
# [*autoindex*] - Set it on 'on' or 'off 'to activate/deactivate autoindex directory listing. Undef by default. | |||
# [*proxy*] - Proxy server(s) for the root location to connect to. Accepts a single value, can be used in | |||
# conjunction with nginx::resource::upstream | |||
# [*proxy_read_timeout*] - Override the default the proxy read timeout value of 90 seconds | |||
# [*proxy_read_timeout*] - Override the default proxy read timeout value of 90 seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the message is now changed to "Override the default proxy send timeout value of 90 seconds"
should i create new pull request for the typo fixes? |
thanks @Nitish-SH ! |
Adding proxy send timeout for the nginx server configuration.
No description provided.