Actions
Story #3662
closedAdd docs on how to support enabling http vs https for certain publications
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Suppose I have publications A and B and I want to distribute them over http and https respectively. If I distribute them at content/A and content/B then I either have to make both available over http AND https or I have to make individual rewrite rules in my webserver configuration for each publication.
I think the solution is to have two distribution prefixes (http and https) and then distribute A at content/http/A and B at content/https/B. Then I can just have two rewrite rules in my webserver configuration (one for content/http and one for content/https) which takes care of ALL my publications.
Add this solution to the docs.
Related issues
Actions