Get Reverse Proxy Configuration

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Returns the reverse proxy configuration.

Note

This API is available only in Self-hosted instances.

Since: 4.3.1

Note: Applicable to a Self-Hosted JFrog Platform only

Security: Requires a valid admin user and supported for users with the relevant permissions.

Non-admin users will get the proxy method and ports and the list of repositories based on their user permissions.

Usage: GET /api/system/configuration/webServer

Produces: application/json

Sample Output:

GET /api/system/configuration/webServer

{
  "key" : "nginx",
  "webServerType" : "NGINX",
  "artifactoryAppContext" : "artifactory",
  "publicAppContext" : "artifactory",
  "serverName" : "jfrog.com",
  "serverNameExpression" : "*.jfrog.com",
  "artifactoryServerName" : "localhost",
  "artifactoryPort" : 8081,
  "sslCertificate" : "/etc/ssl/myKey.cert",
  "sslKey" : "/etc/ssl/myKey.key",
  "dockerReverseProxyMethod" : "SUBDOMAIN",
  "useHttps" : true,
  "useHttp" : true,
  "sslPort" : 443,
  "httpPort" : 76
}