Skip to content

component/nginx: Add support for SPDY and gzip_static

Kirill Smelkov requested to merge kirr/slapos:nginx-spdy-gzip_static into master

Both SPDY an gzip_static are needed for upcoming GitLab SR:

  • GitLab uses SPDY in its https nginx configuration, and
  • prepares compiled assets in pre-gzipped form on filesystem

both modules are off by default and need to be explicitly enabled with corresponding directives, so this should not affect already used nginx configurations.

/cc @kazuhiko, @jerome, @gabriel

Merge request reports