Update ood_user_regex in http proxy in deploy time
There's a few ways to achieve this.
- Add an anchor during build time and then use
replace
to find the anchor and replace it to what we need. - Use apache
include
to include the config from a separate config file.