在 Artifactory 的文档中,在 /webapp 下配置 ssl 反向代理的 `<public context>` 的值是多少

In the documentation of Artifactory, what is the value of `<public context>` for configuring a ssl reverse proxy under /webapp

我想在 ssl public nginx 代理后面部署 artifactory。

我已经阅读了文档并尝试了很多配置。

https://www.jfrog.com/confluence/display/RTF/Configuring+NGINX

我不能确定 <public context> 的值。

我的神器可以在 http://localhost:31937/webapp/#/home

下访问

public 上下文是您希望用户在通过反向代理访问您的 Artifactory 实例时看到的内容。它与您当前的 Artifactory 实例的设置方式完全无关。如果您希望 URL 如下所示:

  1. http://my-reverse-proxy-url/人工制品/webapp/#/home 或者
  2. http://my-reverse-proxy-url/webapp/#/home

对于 1,public 上下文是人为的。对于选项 2,public 上下文留空。