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,
>
>
> &nbsp; &nbsp; &nbsp; I want to ask a question.
>
>
> &nbsp; &nbsp; &nbsp; &nbsp;How to&nbsp;configure the location:
>
> &nbsp; &nbsp; &nbsp;
> location /beamer/ {
> &nbsp; &nbsp; &nbsp; &nbsp; rewrite ^/beamer/(.*)$ /$1 break;
> &nbsp; &nbsp; &nbsp; &nbsp; proxy_pass http://127.0.0.1:3080/;&nbsp;&nbsp;
> &nbsp; &nbsp; }
>
>
>
>
>
> &nbsp;yours,
> &nbsp;Ben



-- 
MembPhis
My github: https://github.com/membphis
Apache APISIX: https://github.com/apache/incubator-apisix

Reply via email to