8 Replies
Hi @_7eo., I'm an AI assistant for Novu. While a team member reviews this question, I'll see if I can find relevant sources for your question.
@_7eo., you just advanced to level 2!
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Deploy with Docker
* Introduction
* AWS
* Quick Start
-----------------------------
Answer
Yes, you can configure Novu to work with HTTPS using Nginx. While Novu's documentation explicitly mentions setting up a reverse proxy or load balancers, it does not provide a direct example for an HTTPS setup. However, by using Nginx as a reverse proxy, you can secure your Novu installation with HTTPS.
Here's a general approach to configure HTTPS with Nginx for Novu:
1. Ensure you have a valid SSL certificate for your domain.
2. Configure your Nginx to listen on the HTTPS port (443) and specify the location of your SSL certificate and key.
3. Use the Nginx configuration to proxy pass to the Novu ports as needed (1) .
Remember to update the
HOST_NAME
variable in your .env
file to use the HTTPS protocol.
For specific configurations related to Nginx, such as setting up SSL and reverse proxy settings, please refer to Nginx documentation and secure HTTPS setup guides. While the Novu documentation doesn't provide explicit examples for HTTPS, the principles of proxy passing and environment configuration apply and can be adapted for secure connections.Glad I could be helpful. Feel free to create a new thread with any new questions you may have.
Got it. Tagging @Support for additional help.
hello i configured my nginx to work with https bu for some reason somehing is wrong. could you give some clue?
here is my nginx configuration file
i have set the context variables like this
Context Paths
Only needed for setups with reverse-proxies
GLOBAL_CONTEXT_PATH=
WEB_CONTEXT_PATH=web
API_CONTEXT_PATH=api
WS_CONTEXT_PATH=ws
WIDGET_CONTEXT_PATH=widget
finally i can do it
following this link https://discord.com/channels/895029566685462578/1194711029049995304