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

Any particular things to consider when proxying through nginx for ssl? #71

Open
dvision1979 opened this issue Sep 5, 2020 · 1 comment

Comments

@dvision1979
Copy link

dvision1979 commented Sep 5, 2020

Hello and congratulations on this awsome project.

Is there any things, like other ports, to consider when proxying through nginx to be able to publish as https?
I am trying with this configuration in nginx:
location /brave {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://localhost:5000;
proxy_redirect http://localhost:5000 https://example.domain.com;
}

Or there is maybe built-in functionality to enable ssl?
Thank you.

@moschopsuk
Copy link
Contributor

You are correct to use nginx to proxy to brave.

You may have some issues with webRTC but i would be interested in hearing how you got on.

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