enable map

This commit is contained in:
zackartz 2024-06-06 12:22:31 -04:00
parent 60fb37d3c7
commit a8e0e7e60e
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 3 additions and 2 deletions

View file

@ -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";
''; };
}; };
}; };
} }

View file

@ -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;