Skip to content

add default SSL configuration for Nginx reverse proxy#98

Merged
cmyers-mieweb merged 1 commit intomainfrom
97-unclaimed-opensourcemieweborg-hosts-load-balance-to-the-fortwayne-proxmox
Oct 31, 2025
Merged

add default SSL configuration for Nginx reverse proxy#98
cmyers-mieweb merged 1 commit intomainfrom
97-unclaimed-opensourcemieweborg-hosts-load-balance-to-the-fortwayne-proxmox

Conversation

@runleveldev
Copy link
Copy Markdown
Collaborator

This pull request adds a new Nginx SSL configuration file to enable secure connections with modern TLS, HTTP/2, and HTTP/3 support, as well as improved security headers and certificate management.

New SSL server configuration:

  • Introduced default-ssl.conf to configure Nginx to listen on port 443 with SSL, HTTP/2, and HTTP/3 (QUIC) enabled.
  • Configured SSL certificates and modern TLS protocols/ciphers for strong encryption.
  • Enabled SSL session optimization and OCSP stapling for improved performance and certificate validation.
  • Added security headers such as HSTS, X-Frame-Options, X-Content-Type-Options, and X-XSS-Protection for better browser security.
  • Configured the server to return a 404 error for unhandled hostnames, preventing accidental exposure of the default server.

Copy link
Copy Markdown
Collaborator

@cmyers-mieweb cmyers-mieweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes approved and applied in prod.

@cmyers-mieweb cmyers-mieweb merged commit 9563609 into main Oct 31, 2025
3 checks passed
@cmyers-mieweb cmyers-mieweb deleted the 97-unclaimed-opensourcemieweborg-hosts-load-balance-to-the-fortwayne-proxmox branch October 31, 2025 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unclaimed *.opensource.mieweb.org hosts load balance to the fortwayne-proxmox

2 participants