Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
y-du committed Feb 7, 2024
1 parent 5a39515 commit e75901f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var endpointTemplates = map[int]string{
nginx_hdl.StandardLocationTmpl: "/endpoints/deployment/{ref}/{path}",
nginx_hdl.StandardRewriteTmpl: "/endpoints/deployment/{ref}/{path}(.*) /$1 break",
nginx_hdl.StandardProxyPassTmpl: "http://{var}{port}{path}$1$is_args$args",
nginx_hdl.DefaultGuiLocationTmpl: "= /",
nginx_hdl.DefaultGuiLocationTmpl: "/",
nginx_hdl.DefaultGuiProxyPassTmpl: "http://{var}{port}{path}",
nginx_hdl.AliasLocationTmpl: "/endpoints/alias/{path}",
nginx_hdl.AliasRewriteTmpl: "/endpoints/alias/{path}(.*) /$1 break",
Expand Down

0 comments on commit e75901f

Please sign in to comment.