mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ let
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
virtualHosts = {
|
||||
"localhost:10000" = {
|
||||
"localhost:2283" = {
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
listen = [
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
service = "http://localhost:2283";
|
||||
};
|
||||
};
|
||||
warp-routing.enabled = true;
|
||||
default = "http_status:404";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user