Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
add slackin to group without trailing slash
Browse files Browse the repository at this point in the history
Signed-off-by: Erin Schnabel <[email protected]>
  • Loading branch information
Erin Schnabel committed Feb 18, 2018
1 parent 4911c35 commit 7d88233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ frontend frontend-ssl

rspadd Strict-Transport-Security:\ max-age=15768000

acl missing_slash path_reg ^/(auth|map|mediator|players|rooms|swagger)$
acl missing_slash path_reg ^/(auth|map|mediator|players|rooms|slackin|swagger)$
http-request redirect code 301 prefix / drop-query append-slash if missing_slash

acl auth path_beg -i /auth
Expand Down

0 comments on commit 7d88233

Please sign in to comment.