Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 Amazon S3 存储桶中提供静态网站,但要将子域重定向到 Django 应用程序。这是可能吗?
只需配置dns:
example.com CNAME s3.amazonaws.com (or s3-external-3.amazonaws.com for europe) django.example..com A 10.10.10.10 (ip's of server where you running django)
这可能是最好的方法。
或者为 django.example.com 创建另一个存储桶,设置默认页面,并使用 aws 控制面板中元数据中的网站重定向位置。