Runnning NGINX SSL and the browser continues to timeout.
Here is my NGINX conf file:
worker_processes 4; error_log /var/log/nginx/error.log; pid /var/r
There are several thing to check out
#1: Check if https allow in your ubuntu server
sudo ufw allow https && sudo ufw enable
#2: Check if port 443 in open
443