# location / { # ssi on; # ... # } # # # context: http, server, location Enables SSI processing for MIME-types in addition to "text/html" types. # # # # the silencer # # # # # # #   # # # gzip on; # gzip_min_length 1000; # gzip_proxied expired no-cache no-store private auth; # gzip_types text/plain application/xml; # # # # server { # location / { # memcached_pass name:11211; # error_page 404 = /fallback; # } # # location = /fallback { # proxy_pass backend; # } # }