Skip to content

Commit

Permalink
Do not append the portal to query string
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Jun 21, 2016
1 parent 9aad0b9 commit 96e96f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conf/httpd.conf.d/httpd.admin.tt.example
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ ProxyHTMLLinks script src for
ProxyHTMLURLMap https://[% server_name %]/ /portal_preview/ l
ProxyHTMLURLMap http://[% server_name %]/ /portal_preview/ l
ProxyHTMLURLMap /portal_preview/ / l
ProxyHTMLURLMap ^(.*\?.*)$ $1\&PORTAL=${X_PORTAL} RVl
ProxyHTMLURLMap ^([^\?]*)$ $1?PORTAL=${X_PORTAL} RVl
ProxyHTMLURLMap / /portal_preview/

Header add Set-Cookie "PF_PORTAL=%{X_PORTAL}e; Path=/portal_preview" env=X_PORTAL
Expand Down

0 comments on commit 96e96f2

Please sign in to comment.