enable map
This commit is contained in:
parent
60fb37d3c7
commit
a8e0e7e60e
2 changed files with 3 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ in {
|
||||||
services.nginx.virtualHosts."cobblemonsurvival.zackmyers.io" = {
|
services.nginx.virtualHosts."cobblemonsurvival.zackmyers.io" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".extraConfig = ''
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:8100";
|
proxyPass = "http://localhost:8100";
|
||||||
'';
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
mirror.enable = true;
|
mirror.enable = true;
|
||||||
pterodactyl.enable = true;
|
pterodactyl.enable = true;
|
||||||
search.enable = true;
|
search.enable = true;
|
||||||
|
map.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
zmio.blog.enable = true;
|
zmio.blog.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue