Task #4966
closedTask #4961: [Epic] Improve Integration and Testing with Nginx and Apache
Nginx needs to expose both pulp-api and pulp-content-app
100%
Description
Problem¶
Currently the nginx config you get from the installer only serves pulp-api via port 80. Users need a reliable, sane way to have nginx serve both pulp-api and pulp-content-app
Solution¶
1. Add a second upstream to the nginx config for the pulp-content-app
2. Either namespace the two applications or route to one and then fall back to the other
NOTE: we want this listening on port 80 so that users with web browsers get a good experience from this config.
Updated by amacdona@redhat.com over 5 years ago
- Tracker changed from Issue to Task
- % Done set to 0
Updated by dkliban@redhat.com over 5 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by bmbouter over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by bmbouter over 5 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/ansible-pulp/pull/132/files
Added by bmbouter over 5 years ago
Added by bmbouter over 5 years ago
Revision b35894b6 | View on GitHub
Allows nginx to reverse proxy both services
Without this urls outside of /pulp/content/ and /pulp/api/ would not route correctly. This causes the last block to try both services if the first one 404s.
Updated by bmbouter over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp3|b35894b635d1f51f97cb30be0313783f21274a1f.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Allows nginx to reverse proxy both services
Without this urls outside of /pulp/content/ and /pulp/api/ would not route correctly. This causes the last block to try both services if the first one 404s.
https://pulp.plan.io/issues/4966 closes #4966