Differentiate between dev and prod for api and nginx

This commit is contained in:
thiloho
2024-08-14 19:33:41 +02:00
parent cf1600671b
commit 0e3fb96dda
18 changed files with 85 additions and 128 deletions

View File

@@ -39,8 +39,8 @@
}
{
from = "host";
host.port = 80;
guest.port = 80;
host.port = 18000;
guest.port = 1800;
}
];
};
@@ -63,7 +63,7 @@
listen = [
{
addr = "0.0.0.0";
port = 80;
port = 1800;
}
];
locations = {