disable: tunnel becouse it prevented acme
This commit is contained in:
parent
d413a5f2b1
commit
09d9b3a172
24
tunnel.nix
24
tunnel.nix
|
@ -3,19 +3,19 @@
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
clientMaxBodySize = "10g";
|
||||
defaultHTTPListenPort = 1234;
|
||||
# defaultHTTPListenPort = 1234;
|
||||
};
|
||||
services.cloudflared = {
|
||||
enable = true;
|
||||
tunnels = {
|
||||
"tulpan" = {
|
||||
credentialsFile = "/etc/nixos/.secrets/tulpan-tunnel.json";
|
||||
default = "http_status:404";
|
||||
ingress = {
|
||||
"*.sondell.org" = "http://localhost:1234";
|
||||
"sondell.org" = "http://localhost:1234";
|
||||
};
|
||||
};
|
||||
};
|
||||
enable = false;
|
||||
# tunnels = {
|
||||
# "tulpan" = {
|
||||
# credentialsFile = "/etc/nixos/.secrets/tulpan-tunnel.json";
|
||||
# default = "http_status:404";
|
||||
# ingress = {
|
||||
# "*.sondell.org" = "http://localhost:1234";
|
||||
# "sondell.org" = "http://localhost:1234";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue