This commit is contained in:
2025-06-04 21:11:05 +03:00
parent e13c86f475
commit b4db82239e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ let
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
virtualHosts = { virtualHosts = {
"localhost:10000" = { "localhost:2283" = {
forceSSL = false; forceSSL = false;
enableACME = false; enableACME = false;
listen = [ listen = [
+1
View File
@@ -30,6 +30,7 @@
service = "http://localhost:2283"; service = "http://localhost:2283";
}; };
}; };
warp-routing.enabled = true;
default = "http_status:404"; default = "http_status:404";
}; };
}; };