We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c54bde commit 46a1a90Copy full SHA for 46a1a90
Dockerfile
@@ -4,5 +4,5 @@ FROM openshift/origin-haproxy-router
4
# Second line locks map files with paths to match the beginning of the URI
5
RUN sed -i \
6
-e '/os_\(reencrypt\|http_be\|edge_http_\(redirect\|be\|expose\)\)\.map/ s/map_beg/map_reg/' \
7
- -e 's/{{$cfg.Host}}{{$cfg.Path}} {{$idx}}/^&/' \
+ -e 's/^{{$cfg.Host}}.*{{$cfg.Path}}/^&/' \
8
/var/lib/haproxy/conf/haproxy-config.template
0 commit comments