0

我想使用 nginx 作为反向 ssl 代理。

我有一个带有多个 api 的重置服务,我想在位置配置中有一个占位符并在 proxy_pass 中使用它

location /myapp/(\s+)/(\s+) {
        proxy_pass  http://localhost:9000/$1/$2;

  }

知道我该怎么做吗?

4

0 回答 0