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" = {
forceSSL = true;
enableACME = true;
locations."/".extraConfig = ''
locations."/" = {
proxyPass = "http://localhost:8100";
'';
};
};
};
}