[% IF ep == cms; INCLUDE cmsproxy; BLOCK cmsproxy; # Proxy onto application server ProxyPass /CMSBackOffice http://[% vmname %]:8080/CMSBackOffice ProxyPassReverse /CMSBackOffice http://[% vmname %]:8080/CMSBackOffice ProxyPass /CMSResources[% resources %] http://[% vmname %]:8080/CMSResources[% resources %] ProxyPassReverse /CMSResources[% resources %] http://[% vmname %]:8080/CMSResources[% resources %] END; ELSE; # Proxy onto application server ProxyPass /CMSBureauWebService/CMSBureauWS http://[% vmname %]:8080/CMSBureauWebService/CMSBureauWS ProxyPassReverse /CMSBureauWebService/CMSBureauWS http://[% vmname %]:8080/CMSBureauWebService/CMSBureauWS END; %]