-
-
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
Gzip values aren't passed incorrectly to nginx server #718
Comments
I am using the following hiera array and it is working as expected on the master branch.
What branch are you working on? |
Hello, nginx::config::client_max_body_size: '32m'
nginx::config::http_cfg_append:
real_ip_header: 'X-Forwarded-For'
set_real_ip_from: '0.0.0.0/0'
gzip: on
gzip_proxied: any
gzip_vary: on
gzip_types:
- text/css
- text/plain
- text/xml
- text/js
- text/javascript
- text/x-component
- text/x-json
- text/x-js
- text/richtext
- text/xsd
- text/xsl
- application/xml
- application/javascript
- application/x-javascript
- application/xml+rss
- application/json
- image/x-icon
- image/svg+xml
gzip_comp_level: 5
log_format:
- graylog2_format '$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for" <msec=$msec|connection=$connection|connection_requests=$connection_requests|millis=$request_time>' |
r10k will not use the master branch. It will use the versions listed in the Forge, so a release is needed to get the gzip details as the 0.2.7 version doesn't contain the things that are needed. I had to change my Puppetfile to the following as a workaround:
|
I have updated the module to use the github but no change in that
As you can see it still changes from on to true and that isn't ok |
@GosthMan you should be using the existing The available parameters in
|
I agree with @3flex and close this issue. |
Hello
I am trying to enable the gzip compresion on some of my nginx server but the conf isn't written correctly.
What do i have to do in order that nginx.conf receive the correct values
Thank you
The text was updated successfully, but these errors were encountered: