-
Notifications
You must be signed in to change notification settings - Fork 133
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
setup https on Revolt (with Let's encrypt and Nginx) #36
Comments
You can configure the reverse proxy. |
actually, I don't know if my configuration is good enough for the other requests to be in https map $http_host $revolt_upstream { server { if ($http_upgrade) { location / { location /ws_78dd759593f041bc970fd7eef8b0c4af/ {
} |
Having the exact same issue with regards to port 8000 connections and https. Works fine in http. |
How? |
Would IP be external IP or Internal? |
In an effort to clean up the global issue tracker, I'm currently consolidating all issues regarding self-hosting into #25 (comment). |
Hello,
I would like to know if it is possible to activate an https (for Revolt) with let's encrypt and Nginx.
I can only put the port 5000 (which works with Nginx to display the login page)
To connect (as a request is sent to port 8000) I can't get it to https with let's encrypt. I would like to know if it is possible to switch the port to https
Thanks in advance for your answers
The text was updated successfully, but these errors were encountered: