I deployed a website to AWS using Zappa (a few hours ago).
我使用Zappa(几个小时前)将网站部署到AWS。
I can access the API gateway url but when I try to access the domain url on a browser I get a server not found error.
我可以访问API网关URL,但是当我尝试在浏览器*问域URL时,我发现服务器未找到错误。
Does anyone know a solution? Or do you need to wait 24 hours or something..
有谁知道解决方案?或者您需要等待24小时或其他什么..
1 个解决方案
#1
1
You need to run certify
to make your zappa exposed via custom domains.
您需要运行certify以通过自定义域公开您的zappa。
https://github.com/Miserlou/Zappa#ssl-certification
https://github.com/Miserlou/Zappa#ssl-certification
and
和
https://edgarroman.github.io/zappa-django-guide/walk_domain/
https://edgarroman.github.io/zappa-django-guide/walk_domain/
#1
1
You need to run certify
to make your zappa exposed via custom domains.
您需要运行certify以通过自定义域公开您的zappa。
https://github.com/Miserlou/Zappa#ssl-certification
https://github.com/Miserlou/Zappa#ssl-certification
and
和
https://edgarroman.github.io/zappa-django-guide/walk_domain/
https://edgarroman.github.io/zappa-django-guide/walk_domain/