feat: working files and http://nixos-tulpan
This commit is contained in:
parent
de609b4e69
commit
c314b245fa
|
@ -3,6 +3,7 @@
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
clientMaxBodySize = "10g";
|
||||
defaultHTTPListenPort = 1234;
|
||||
};
|
||||
services.cloudflared = {
|
||||
enable = true;
|
||||
|
@ -11,7 +12,7 @@
|
|||
credentialsFile = "/etc/nixos/.secrets/tulpan-tunnel.json";
|
||||
default = "http_status:404";
|
||||
ingress = {
|
||||
"*.sondell.org" = "http://localhost:80";
|
||||
"*.sondell.org" = "http://localhost:1234";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue