You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1247,6 +1247,10 @@ Array of IPs to exclude from mod_security rule matching
1247
1247
1248
1248
Specifies URLs you do not want to proxy. This parameter is meant to be used in combination with [`proxy_dest`](#proxy_dest).
1249
1249
1250
+
#####`no_proxy_uris_match`
1251
+
1252
+
This directive is equivalent to `no_proxy_uris`, but takes regular expressions.
1253
+
1250
1254
#####`proxy_preserve_host`
1251
1255
1252
1256
Sets the [ProxyPreserveHost Directive](http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypreservehost). true Enables the Host: line from an incoming request to be proxied to the host instead of hostname . false sets this option to off (default).
`params` is an optional parameter. It allows to provide the ProxyPass key=value parameters (Connection settings).
1350
1354
`setenv` is optional and is an array to set environment variables for the proxy directive, for details see http://httpd.apache.org/docs/current/mod/mod_proxy.html#envsettings
1351
1355
1356
+
#####`proxy_pass_match`
1357
+
1358
+
This directive is equivalent to proxy_pass, but takes regular expressions, see [ProxyPassMatch](http://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypassmatch) for details.
1359
+
1352
1360
#####`rack_base_uris`
1353
1361
1354
1362
Specifies the resource identifiers for a rack configuration. The file paths specified are listed as rack application roots for [Phusion Passenger](http://www.modrails.com/documentation/Users%20guide%20Apache.html#_railsbaseuri_and_rackbaseuri) in the _rack.erb template. Defaults to 'undef'.
0 commit comments