forked from DGNum/infrastructure
feat(dns): Redirect webapps subdomain to web03
This commit is contained in:
parent
14866df004
commit
ad8ddb1f4d
1 changed files with 4 additions and 0 deletions
|
@ -134,6 +134,10 @@ let
|
||||||
"cas-eleves"
|
"cas-eleves"
|
||||||
"vote"
|
"vote"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
web03.dual = [
|
||||||
|
"*.webapps" # Django apps
|
||||||
|
];
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue