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

Fix the nginx proxy configuration and improve the reverse proxy documentation #535

Merged
merged 3 commits into from
Oct 26, 2024

Commits on Oct 26, 2024

  1. Fix the nginx reverse proxy configuration

    - The proxy for / was missing
    - The paths were wrong (for instance /xmpp-websocket was proxied to / instead of /xmpp-websocket)
    - Reorganize the reverse proxy paragraph to factorize the explanations regarding the fact we proxy to HTTP and not HTTPS
    bsautel authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    570f2b3 View commit details
    Browse the repository at this point in the history
  2. Add a missing required Apache module

    The proxy_http module was missing
    bsautel authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    88bd756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d60c4 View commit details
    Browse the repository at this point in the history