try this for mapserver
This commit is contained in:
parent
d0a1e608e3
commit
c4900439da
1 changed files with 9 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue