mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
+1
-1
@@ -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 = [
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
service = "http://localhost:2283";
|
service = "http://localhost:2283";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
warp-routing.enabled = true;
|
||||||
default = "http_status:404";
|
default = "http_status:404";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user