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

Bastillion behind Apache ReverseProxy #481

Open
Midyr2 opened this issue Dec 16, 2022 · 1 comment
Open

Bastillion behind Apache ReverseProxy #481

Midyr2 opened this issue Dec 16, 2022 · 1 comment

Comments

@Midyr2
Copy link

Midyr2 commented Dec 16, 2022

Hello,

because I can only use port 80 and 443 on clientside, I need to use a ReperseProxy or similar.

I have tried a lot (too much to write everything here) but without success.

Can someone provide me with a config, both from Bastillion and Apache?

Thanks a lot

Midyr

@bendem
Copy link

bendem commented Feb 14, 2023

A simple reverse proxy setup should be enough. What would probably simplify your job is to switch --module=https to --module=http in start.ini and add

jetty.http.host=127.0.0.1
jetty.httpConfig.forwardedOnly=true
jetty.httpConfig.forwardedProxyAsAuthority=true

Be warn that bastillion uses websockets too, so you'll have to proxy those separately.

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

No branches or pull requests

2 participants