• Kirill Smelkov's avatar
    component/nginx: Add support for SPDY and gzip_static · df7adade
    Kirill Smelkov authored
    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
    /reviewed-by @rafael  (on !30)
    df7adade
buildout.cfg 3.48 KB