-
-
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
Suse packages #342
Suse packages #342
Conversation
No idea why someone chose to set all these packages for installation. I can't find any matching nginx.spec on Suse build service plus we don't want to set a specific nginx package version so just use 'nginx' as package.
@@ -6,7 +6,7 @@ proxy_send_timeout <%= @proxy_send_timeout %>; | |||
proxy_read_timeout <%= @proxy_read_timeout %>; | |||
proxy_buffers <%= @proxy_buffers %>; | |||
proxy_buffer_size <%= @proxy_buffer_size %>; | |||
proxy_http_version <%= @proxy_http_version %>; | |||
<%# proxy_http_version <%= @proxy_http_version %><%#; %> |
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.
Would you mind cleaning this up?
🆒. Need to get tests passing again. I think it's due to the items that made it into Once fixed up, I'll merge it in. |
Yo sorry, missed those. |
Ah and there are tests for all the packages, missed those I'll have a go at those quick. |
done 🐰 |
@globin awesome. 🙇. Thanks for the code. |
Suse packages
No idea why someone chose to set all these packages for installation.
I can't find any matching nginx.spec on Suse build service plus we don't
want to set a specific nginx package version so just use 'nginx' as package.