try this for mapserver

This commit is contained in:
Chris Cochrun 2026-06-04 11:36:11 -05:00
parent d0a1e608e3
commit c4900439da

View file

@ -89,6 +89,14 @@
animalia
creatura
];
mapserver = {
enable = true;
companionMod = true;
config = {
port = 29999;
webapi.secretkey = "blah";
};
};
config = {
name = "Litanys";
default_password = "Cochrun784";
@ -344,7 +352,7 @@
};
virtualHosts = {
"luanti.cochrun.xyz".extraConfig = ''
reverse_proxy http://127.0.0.1:30000
reverse_proxy http://127.0.0.1:29999
'';
};
virtualHosts = {