saltstack-formulas / apache-formula

Set up and configure the Apache HTTP server

Home Page:http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please support additional options for Proxypass

actionjack opened this issue · comments

It would be great if the ProxyPass option supported addtional options e.g by using something like ProxyPassTargetOptions.:

ProxyPassTargetOptions: "connectiontimeout=5 timeout=30"

ProxyPass "/example" "http://backend.example.com" connectiontimeout=5 timeout=30

If you would like to submit a PR one of us would be happy to review it for a merge!

Closing since #142 is merged.