I want to ask a question.
How to configure this `location` by APISIX way?
location /beamer/ {
rewrite ^/beamer/(.*)$ /$1 break;
proxy_pass http://127.0.0.1:3080/;
}
yours,
Ben
On Fri, Mar 6, 2020 at 12:04 PM 奔波虫 <[email protected]> wrote:
>
> Dear all,
>
>
> I want to ask a question.
>
>
> How to configure the location:
>
>
> location /beamer/ {
> rewrite ^/beamer/(.*)$ /$1 break;
> proxy_pass http://127.0.0.1:3080/;
> }
>
>
>
>
>
> yours,
> Ben
--
MembPhis
My github: https://github.com/membphis
Apache APISIX: https://github.com/apache/incubator-apisix