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

[UPD] Support relative path deployment #1

Merged

Conversation

thomaspaulb
Copy link
Contributor

This supports relative path deployment using for example:

    location ~* ^/maildevel/(.*) {
      proxy_pass http://localhost:24080/$1$is_args$args;
      proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header Host $host;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

      # WebSocket support
      proxy_http_version 1.1;
      proxy_set_header Upgrade $http_upgrade;
      proxy_set_header Connection "upgrade";
    }

@fkantelberg fkantelberg merged commit a542251 into fkantelberg:master Sep 13, 2024
1 check passed
@thomaspaulb thomaspaulb deleted the support-relative-path-deployment branch September 13, 2024 10:31
@fkantelberg
Copy link
Owner

Thank you for the contribution. It's part of the version 0.14.0. docker and pypi is deployed now.

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.

2 participants