Nginx Configuration
To securely expose the Evolution API on the web, you can configure Nginx as a reverse proxy.Installing Nginx
Install, start, and enable Nginx:Nginx Configuration
Remove the default Nginx configuration:nginx user the owner of the web directory:
Install Certbot for SSL Certificate
To secure your Evolution API with SSL, install Certbot:Configure SSL with Certbot
To configure SSL, use the command:If the process is successful, you will see the message “Congratulations! You have successfully enabled HTTPS”.