Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
924 views
in Technique[技术] by (71.8m points)

flask - How to map domain ip to domain name of remote server in python ? Facing Error 521 (Web server is down)

Basically i created api that run on nginx and connect to remote server,currently i am pointing to ip address of remote server but i want to map it to domain name like xyz.com/<api_name>

As it is remote server i changed nginx configurations as below:

  1. sudo nano /etc/nginx/sites-available/default - server name <domain_name>
  2. importing ssl certificate is also done.

but it shows error 521!!!! i don'tknow which configuration i did miss out?

OPEN TO ANY SUGGESTION, THANKS IN ADVANCE.

question from:https://stackoverflow.com/questions/65899209/how-to-map-domain-ip-to-domain-name-of-remote-server-in-python-facing-error-52

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...