You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

url_redirector.conf 235B

12345678
  1. .include(duplicate=append,priority=0) "{= env.TESTDIR =}/configs/plugins.conf"
  2. redis {
  3. servers = "{= env.REDIS_ADDR =}:{= env.REDIS_PORT =}";
  4. }
  5. url_redirector {
  6. redirector_hosts_map = "{= env.TESTDIR =}/configs/maps/redir.map";
  7. }