我有两个独立的服务器。一个是托管 django 实例"www.example.com"
,另一个是提供静态文件"static.example.com"
。在 django 设置中,MEDIA_URL
指向"static.example.com"
. 因此,我的 photologue 正在使用该"static.example.com"
域。
我想"www.example.com"
用于我的 photologue,但我不知道如何覆盖MEDIA_URL
photologue 的设置。你知道有什么办法可以解决这个问题吗?
注意: Django 通过 apache 提供服务,静态文件托管在 AWS(亚马逊网络服务)上。我只想更改 photologue 域。其他静态文件必须保留在原处。