Skip to content

reconfigure Apache for Account App routing

Moved existing proxy stanza into <Location /pun> to handle OOD requests since this is the the dir on proxy nodes we want users to land on Introduced a new <Location /account> stanza to proxy traffic to account-app:8000. This way we dont need different proxy redirs for staging and prod Added reverse proxy rules for /socket.io/ and /static paths to keep Account App apache file consistent with upstreams's apache (apache for the user-reg project).

Merge request reports

Loading