puppet-nginx
puppet-nginx copied to clipboard
Add sub_filter support
The configuration options of the ngx_http_sub_module
are not implemented.
-
sub_filter
: Array of string pairs -
sub_filter_once
: Bool,on
oroff
-
sub_filter_last_modified
: Bool,on
oroff
-
sub_filter_types
: String or Mime-Types enum and*
All are available in http
, server
and location
.
Hello! Are you able to provide a PR adding those enhancements?