Skip to content

add landing configuration for Nginx reverse proxy#92

Merged
cmyers-mieweb merged 1 commit intomainfrom
84-static-nginx-conf-needed-for-landing-page
Oct 28, 2025
Merged

add landing configuration for Nginx reverse proxy#92
cmyers-mieweb merged 1 commit intomainfrom
84-static-nginx-conf-needed-for-landing-page

Conversation

@runleveldev
Copy link
Collaborator

This pull request introduces a new Nginx server configuration for opensource.mieweb.org, enabling secure HTTPS access with modern TLS, HTTP/2, and HTTP/3 support, and proxying requests to a backend service. The configuration also includes enhanced security headers and optimizations for SSL performance.

New Nginx reverse proxy configuration:

  • Added a new server block in landing.conf to listen on port 443 with SSL, HTTP/2, and HTTP/3 (QUIC) enabled for opensource.mieweb.org.
  • Configured SSL certificates, modern TLS protocols/ciphers, session optimizations, and OCSP stapling for improved security and performance.
  • Added security headers such as Strict-Transport-Security, X-Frame-Options, X-Content-Type-Options, and X-XSS-Protection to enhance browser security.
  • Set up a reverse proxy to forward requests to the backend at 10.15.0.4:2998, including support for WebSockets, appropriate proxy headers, timeouts, and large file uploads.

@runleveldev runleveldev linked an issue Oct 28, 2025 that may be closed by this pull request
Copy link
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.

lgtm

@cmyers-mieweb cmyers-mieweb merged commit 80c9d35 into main Oct 28, 2025
3 checks passed
@cmyers-mieweb cmyers-mieweb deleted the 84-static-nginx-conf-needed-for-landing-page branch October 28, 2025 22:18
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.

static nginx conf needed for landing page

2 participants