The original post: /r/nginx by /u/KingofMirzapurr on 2024-04-24 15:23:49.

Hey guys,

i have a python app running using python app.py in a azure VM .

the app is accessible at http://<public-ip>:3000

I want to run it on https://<public-ip>:3000 or https://<azure-dns>:3000

can someone help and suggest how can I achieve it.