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

Optimize default nginx config #1040

Merged
merged 2 commits into from
Sep 7, 2023

Commits on Sep 6, 2023

  1. Optimize default nginx config

    Problem: We want to ensure that the default nginx configuration uses the best possible options for performance and stability.
    
    Solution: Using NGINX Ingress Controller as a guide, added options to increase performance, set the common X-Forwarded-For header, and allow standard media types.
    sjberman committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e88d521 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    6c7d8d4 View commit details
    Browse the repository at this point in the history