Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup nginx conf #1565

Merged
merged 4 commits into from
Dec 2, 2024
Merged

Conversation

bwbroersma
Copy link
Collaborator

@bwbroersma bwbroersma commented Nov 30, 2024

  • Don't repeat yourself (DRY): use generic includes for http headers and hsts configuration.
  • Removed django-csp, CSP now via nginx (excluding monitoring).
  • Move nginx certificate conf to separate file, to facilitate Bring Your Own (BYO) certificates flow #1363.
  • Fix nginx domain name regexes.

Related:

@bwbroersma bwbroersma force-pushed the gh1565-cleanup-nginx branch 4 times, most recently from 1aad7ce to ba9fa03 Compare December 1, 2024 12:22
@bwbroersma bwbroersma changed the title Cleanup nginx conf WIP: Cleanup nginx conf Dec 1, 2024
@bwbroersma bwbroersma marked this pull request as draft December 1, 2024 23:01
@bwbroersma bwbroersma force-pushed the gh1565-cleanup-nginx branch from ba9fa03 to aed0c6f Compare December 2, 2024 01:11
@bwbroersma bwbroersma changed the title WIP: Cleanup nginx conf Cleanup nginx conf Dec 2, 2024
@bwbroersma bwbroersma marked this pull request as ready for review December 2, 2024 01:17
@bwbroersma bwbroersma force-pushed the gh1565-cleanup-nginx branch from aed0c6f to 26c275d Compare December 2, 2024 02:30
@bwbroersma bwbroersma force-pushed the gh1565-cleanup-nginx branch from 4847ea1 to d6037ba Compare December 2, 2024 16:45
@mxsasha mxsasha merged commit 33f628c into internetstandards:main Dec 2, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Broken connection test / 404 due to HTTP2 connection reuse Cleanup nginx configuration
2 participants