不同的子域名,但django中的相同应用程序

时间:2014-06-11 10:44:32

标签: django nginx debian subdomain subdirectory

首先是一些信息:在EVE-Online,我们有一个联盟,在那里我们有军团。

我的目标是提供一个域名作为联盟。子域名应该像corps一样命名。每个公司都可以使用我在子目录中安装的工具,但只要他们没有我的应用程序的文件夹,也可以安装它们。

实施例

corp1.alli.com/map  -> to the maptool
corp2.alli.com/map  -> to the maptool
www.alli.com/map    -> to the maptool

corp1.alli.com/forum -> to the alli-forum
corp3.alli.com/forum -> to the alli-forum
www.alli.com/forum   -> to the alli-forum

corp1.alli.com/killboard -> to the killboard of corp1
corp2.alli.com/home      -> to the home of corp2
www.alli.com/home        -> not available

我有一个运行nginx mysql和django的VPS。

哦,sessionid应保存在所有子域中。我喜欢wildcard *.alli.com

这可能吗?我怎么能意识到这一点?

0 个答案:

没有答案