@@ -126,11 +126,6 @@ Pulp defines the following settings itself:
126126
127127### ALLOWED\_ CONTENT\_ CHECKSUMS
128128
129- !!! warning
130- Enforcement of this setting in ` pulpcore ` and various plugins is not fully in place.
131- It is possible that checksums not in this list may still be used in various places.
132- This banner will be removed when it is believed all ` pulpcore ` and plugin code fully enforces this setting.
133-
134129The list of content-checksums this pulp-instance is ** allowed to use** .
135130By default, the following are used:
136131
@@ -252,10 +247,11 @@ Defaults to `30` seconds.
252247
253248### CONTENT\_ ORIGIN
254249
255- A string containing the protocol, fqdn, and port where the content app is reachable by users.
250+ A string containing the ` protocol ` , ` fqdn ` , and optionally ` port ` where the content app is reachable by users.
256251This is used by ` pulpcore ` and various plugins when referring users to the content app.
257- For example if the API should refer users to content at using http to pulp.example.com on port 24816,
258- (the content default port), you would set: ` https://pulp.example.com:24816 ` .
252+ For example if the API should redirect users to content at pulp.example.com using HTTPS,
253+ you would set: ` https://pulp.example.com ` (not including ` /pulp/content ` , the ` CONTENT_PATH_PREFIX ` ).
254+ Usually this should point to the external address of the reverse proxy.
259255When set to ` None ` , the ` base_url ` for Distributions is a relative path.
260256This means the API returns relative URLs without the protocol, fqdn, and port.
261257
@@ -264,7 +260,7 @@ Default to `None`.
264260### CONTENT\_ PATH\_ PREFIX
265261
266262A string containing the path prefix for the content app.
267- This is used by the REST API when forming URLs to refer clients to the content serving app,
263+ This is used by the REST API when forming URLs to redirect clients to the content serving app,
268264and by the content serving application to match incoming URLs.
269265
270266Defaults to ` /pulp/content/ ` .
@@ -393,7 +389,7 @@ Defaults to `/var/lib/pulp/tmp/`.
393389
394390## Redis Settings
395391
396- !!! warning
392+ !!! note
397393 To enable usage of Redis the [ CACHE\_ ENABLED] ( #cache_enabled ) option must be set to ` True ` .
398394
399395Below are some common settings used for Redis configuration.
0 commit comments