Issue #6561
closedAssure all routes are proxying to whitenoise
Description
By moving static media serving into Django with whitenoise we can avoid having a more complex reverse proxy configuration. This has small implications on the complexity of nginx and httpd configs, but more significantly implications when Pulp is deployed on things like kubernetes, openshift, or onto other platform as a services like AWS, Google compute platform, etc. Each Platform as a Service does it differently and so the reverse proxy config needs a new solution in each environment. By moving static media to the application layer in Django with whitenoise all of this is avoided.
Added by Fabricio Aguiar over 4 years ago
Added by Fabricio Aguiar over 4 years ago
Revision be8febae | View on GitHub
Replace alias with proxying to whitenoise
Updated by fao89 over 4 years ago
- Status changed from NEW to POST
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|be8febae1f0e1bb5e7b27bfc6d7d1fcfc58cefbd.
Added by Fabricio Aguiar over 4 years ago
Revision ea19e1b7 | View on GitHub
Proxying root to whitenoise
Added by Fabricio Aguiar over 4 years ago
Revision ea19e1b7 | View on GitHub
Proxying root to whitenoise
Updated by Anonymous over 4 years ago
Applied in changeset ansible-pulp3|be8febae1f0e1bb5e7b27bfc6d7d1fcfc58cefbd.
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Updated by dkliban@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Replace alias with proxying to whitenoise
https://pulp.plan.io/issues/6561 closes #6561