mediawiki: fix

This commit is contained in:
Astro 2022-06-23 18:46:35 +02:00
parent 346561a2f7
commit 9372a2c902
2 changed files with 5 additions and 2 deletions

View File

@ -55,8 +55,8 @@ in {
in {
enable = true;
package = ourMediawiki;
virtualHost."wiki.c3d2.de" = {
default = true;
virtualHost = {
hostName = "wiki.c3d2.de";
adminAddr = "root@example.com";
};
#skins = {

View File

@ -110,6 +110,9 @@
} {
hostNames = [ "ticker.c3d2.de" ];
proxyTo.host = config.c3d2.hosts.ticker.ip4;
} {
hostNames = [ "wiki.c3d2.de" ];
proxyTo.host = config.c3d2.hosts.mediawiki.ip4;
} ];
};