@@ -78,6 +78,18 @@ nginx_config_main_template:
78
78
# ssl_trusted_certificate: fileLocation # Optional
79
79
# ssl_verify: false # Optional
80
80
# ssl_verify_depth: 1 # Optional
81
+ # gzip: # Optional -- Configure GZIP
82
+ # enable: true # Optional
83
+ # buffers: # Optional
84
+ # number: 32 # Required
85
+ # size: 4k # Required
86
+ # comp_level: 1 # Optional
87
+ # disable: [] # Optional list
88
+ # http_version: 1.1 # Optional -- One of '1.0' or '1.1'
89
+ # min_length: 20 # Optional
90
+ # proxied: [] # Optional list
91
+ # types: [] # Optional list
92
+ # vary: false # Optional
81
93
access_log_format :
82
94
- name : main
83
95
format : |-
@@ -167,6 +179,18 @@ nginx_config_http_template:
167
179
# ssl_trusted_certificate: fileLocation # Optional
168
180
# ssl_verify: false # Optional
169
181
# ssl_verify_depth: 1 # Optional
182
+ # gzip: # Optional -- Configure GZIP
183
+ # enable: true # Optional
184
+ # buffers: # Optional
185
+ # number: 32 # Required
186
+ # size: 4k # Required
187
+ # comp_level: 1 # Optional
188
+ # disable: [] # Optional list
189
+ # http_version: 1.1 # Optional -- One of '1.0' or '1.1'
190
+ # min_length: 20 # Optional
191
+ # proxied: [] # Optional list
192
+ # types: [] # Optional list
193
+ # vary: false # Optional
170
194
ssl :
171
195
cert : /etc/ssl/certs/default.crt
172
196
key : /etc/ssl/private/default.key
@@ -232,40 +256,18 @@ nginx_config_http_template:
232
256
# security_log: # Optional
233
257
# path: path # Required
234
258
# destination: dest # Required
235
- # grpc_global: # Optional -- Configure GRPC
236
- # bind: # Optional -- Set to 'false' and remove/comment nested variables to disable grpc_bind
237
- # address: $remote_addr # Required
238
- # transparent: true # Optional
239
- # buffer_size: 4k # Optional
240
- # connect_timeout: 60s # Optional
241
- # hide_header: [] # Optional list
242
- # ignore_headers: [] # Optional list -- 'X-Accel-Redirect' or 'X-Accel-Charset'
243
- # intercept_errors: false # Optional
244
- # next_upstream: [] # Optional list
245
- # next_upstream_timeout: 0 # Optional
246
- # next_upstream_tries: 0 # Optional
247
- # pass_header: [] # Optional list
248
- # read_timeout: 60s # Optional
249
- # send_timeout: 60s # Optional
250
- # set_header: # Optional
251
- # - field: Accept-Encoding # Required
252
- # value: '""' # Required
253
- # socket_keepalive: false # Optional
254
- # ssl_certificate: fileLocation # Optional
255
- # ssl_certificate_key: fileLocation # Optional
256
- # ssl_ciphers: DEFAULT # Optional
257
- # ssl_conf_command: command # Optional
258
- # ssl_crl: fileLocation # Optional
259
- # ssl_name: serverName # Optional
260
- # ssl_password_file: fileLocation # Optional
261
- # ssl_protocols: [] # Optional list
262
- # ssl_server_name: false # Optional
263
- # ssl_session_reuse: true # Optional
264
- # ssl_trusted_certificate: fileLocation # Optional
265
- # ssl_verify: false # Optional
266
- # ssl_verify_depth: 1 # Optional
267
- # grpc: # Optional -- Configure GRPC
268
- # pass: localhost:9000 # Optional
259
+ # gzip: # Optional -- Configure GZIP
260
+ # enable: true # Optional
261
+ # buffers: # Optional
262
+ # number: 32 # Required
263
+ # size: 4k # Required
264
+ # comp_level: 1 # Optional
265
+ # disable: [] # Optional list
266
+ # http_version: 1.1 # Optional -- One of '1.0' or '1.1'
267
+ # min_length: 20 # Optional
268
+ # proxied: [] # Optional list
269
+ # types: [] # Optional list
270
+ # vary: false # Optional
269
271
include_files : []
270
272
proxy_hide_headers : [] # A list of headers which shouldn't be passed to the application
271
273
add_headers :
@@ -314,6 +316,52 @@ nginx_config_http_template:
314
316
# security_log: # Optional
315
317
# path: path # Required
316
318
# destination: dest # Required
319
+ # grpc_global: # Optional -- Configure GRPC
320
+ # bind: # Optional -- Set to 'false' and remove/comment nested variables to disable grpc_bind
321
+ # address: $remote_addr # Required
322
+ # transparent: true # Optional
323
+ # buffer_size: 4k # Optional
324
+ # connect_timeout: 60s # Optional
325
+ # hide_header: [] # Optional list
326
+ # ignore_headers: [] # Optional list -- 'X-Accel-Redirect' or 'X-Accel-Charset'
327
+ # intercept_errors: false # Optional
328
+ # next_upstream: [] # Optional list
329
+ # next_upstream_timeout: 0 # Optional
330
+ # next_upstream_tries: 0 # Optional
331
+ # pass_header: [] # Optional list
332
+ # read_timeout: 60s # Optional
333
+ # send_timeout: 60s # Optional
334
+ # set_header: # Optional
335
+ # - field: Accept-Encoding # Required
336
+ # value: '""' # Required
337
+ # socket_keepalive: false # Optional
338
+ # ssl_certificate: fileLocation # Optional
339
+ # ssl_certificate_key: fileLocation # Optional
340
+ # ssl_ciphers: DEFAULT # Optional
341
+ # ssl_conf_command: command # Optional
342
+ # ssl_crl: fileLocation # Optional
343
+ # ssl_name: serverName # Optional
344
+ # ssl_password_file: fileLocation # Optional
345
+ # ssl_protocols: [] # Optional list
346
+ # ssl_server_name: false # Optional
347
+ # ssl_session_reuse: true # Optional
348
+ # ssl_trusted_certificate: fileLocation # Optional
349
+ # ssl_verify: false # Optional
350
+ # ssl_verify_depth: 1 # Optional
351
+ # grpc: # Optional -- Configure GRPC
352
+ # pass: localhost:9000 # Optional
353
+ # gzip: # Optional -- Configure GZIP
354
+ # enable: true # Optional
355
+ # buffers: # Optional
356
+ # number: 32 # Required
357
+ # size: 4k # Required
358
+ # comp_level: 1 # Optional
359
+ # disable: [] # Optional list
360
+ # http_version: 1.1 # Optional -- One of '1.0' or '1.1'
361
+ # min_length: 20 # Optional
362
+ # proxied: [] # Optional list
363
+ # types: [] # Optional list
364
+ # vary: false # Optional
317
365
include_files : []
318
366
proxy_hide_headers : [] # A list of headers which shouldn't be passed to the application
319
367
add_headers :
0 commit comments