NGINX

ARTIFACTORY: How to Fix a Corrupted 'URL to File' Value

AuthorFullName__c
Sam Rosenstein
articleNumber
000005408
ft:sourceType
Salesforce
FirstPublishedDate
2022-09-14T15:37:43Z
lastModifiedDate
2022-09-14
VersionNumber
2
Artifactory 6x:
proxy_set_header    X-Artifactory-Override-Base-Url
$http_x_forwarded_proto://$host:$server_port/artifactory;

Artifactory 7x:
proxy_set_header    X-JFrog-Override-Base-Url
$http_x_forwarded_proto://$host:$server_port;