Running Django Framework API on aaPanel
After developing API using Django Framework, you need to deploy into a server. In this book, I use aaPanel as control panel for demonstration.
UWSG Configuration
INI File [uwsgi] module = introvesia.wsgi:application master = true processes = 4 socket = /var/w...
Nginx Server Configuration
server { listen 80; server_name investment.introvesia.com; index index.php index.html...
Check SSL Certificate of a Domain with Port Number
openssl s_client -connect <domain>:<port>