summaryrefslogtreecommitdiffstats
path: root/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-jetty-rewrite.yaml.erb
blob: e0862a5bfd77679665a80867646d25828af4f39b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
<Configure id="Server" class="org.eclipse.jetty.server.Server">
  <Ref refid="Rewrite">
    <Call name="addRule">
      <Arg>
        <New class="org.eclipse.jetty.rewrite.handler.RedirectPatternRule">
          <Set name="pattern" type="String"/>
          <Set name="location">/sdc1</Set>
        </New>
      </Arg>
    </Call>
  </Ref>
  <!-- ===================== -->
  <!-- DefaultHandler config -->
  <!-- ===================== -->
  <Ref id="DefaultHandler">
    <Set name="showContexts">false</Set>
  </Ref>
</Configure>