Update Apache configuration for OOD rewrite rules during deploy phase
- Jan 07, 2025
-
-
Krish Moodbidri authored4deca313
-
Krish Moodbidri authored
previously it reflected a placeholder but it actually is the value in file from build that we're looking for and replacing in deploy phase
b8f68f37 -
Krish Moodbidri authored
We lookup the value of the placeholder (RewriteCond %{HTTP:REMOTE_USER} \’^(.+)$\’) in this case in the apache conf during build and replace it with the rewrite conditions during deploy phase.
ecbd2287
-