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
replaceto find the anchor and replace it to what we need. - Use apache
includeto include the config from a separate config file.
Edited by Bo-Chun Chen