-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
Clean up nginx::resource::server #1082
Conversation
|
||
# Create a proper file close stub. | ||
if (($listen_port + 0) != ($ssl_port + 0)) { |
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.
Hasn't this one accidentally been dropped and not replaced?
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.
Waiting for confirmation on the second if (($listen_port + 0) != ($ssl_port + 0))
@yastupin: No. If I'm not reading the diff wrong, it duplicates the condition around the previous resource, so the cleanup was just to move the end of the if later. |
@oranenj Yes thanks, I was the one reading it wrong. |
Clean up nginx::resource::server
Clean up nginx::resource::server
No description provided.