Skip to content

add fortwayne-proxmox configuration for SSL and proxy settings#91

Merged
cmyers-mieweb merged 1 commit intomainfrom
86-alternate-proxmox-cluster-webui-access-config
Oct 28, 2025
Merged

add fortwayne-proxmox configuration for SSL and proxy settings#91
cmyers-mieweb merged 1 commit intomainfrom
86-alternate-proxmox-cluster-webui-access-config

Conversation

@runleveldev
Copy link
Collaborator

This pull request adds a new Nginx reverse proxy configuration for the fortwayne-proxmox.opensource.mieweb.org server. The configuration enables secure HTTPS access with modern TLS settings, HTTP/2 and HTTP/3 support, and optimized proxying to a backend Proxmox server. The most important changes are:

New Reverse Proxy Configuration:

  • Added a new server block in fortwayne-proxmox.conf to handle HTTPS, HTTP/2, and HTTP/3 traffic for fortwayne-proxmox.opensource.mieweb.org, proxying requests to the internal Proxmox server at 10.250.0.2:8006.

Security and Performance Enhancements:

  • Configured SSL with modern protocols (TLSv1.2, TLSv1.3), strong ciphers, OCSP stapling, and security headers such as HSTS, X-Frame-Options, and X-Content-Type-Options.
  • Enabled HTTP/2 and HTTP/3 (QUIC) support for improved performance and compatibility.

Proxy and WebSocket Support:

  • Set up proxy headers for correct forwarding of client information and enabled WebSocket support by handling Upgrade and Connection headers.
  • Increased client_max_body_size to 100MB to support large 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 ad44f7b into main Oct 28, 2025
3 checks passed
@cmyers-mieweb cmyers-mieweb deleted the 86-alternate-proxmox-cluster-webui-access-config branch October 28, 2025 22:11
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.

alternate proxmox cluster webui access config

2 participants