HTTP web application that serves 301 or 302 redirections.
Name | Type | Default value | Description |
---|---|---|---|
location | string | The path or set of paths which will be handled by the web application. |
Name | Description |
---|---|
matches | A list of regular expression matches that the redirector will redirect. |
redirections { location = /redirect-paths/ matches { ^/redirect-paths/(.*)$ = /redirected/$1 } }