Disabled caddy in komodo
This commit is contained in:
parent
239bd8cb29
commit
9448d8d0e2
1 changed files with 17 additions and 28 deletions
|
@ -1,33 +1,22 @@
|
||||||
{
|
{
|
||||||
# FIXME: This works IN server but not connecting via ssh to caenus
|
# FIXME: This works IN server but not connecting via ssh to caenus
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
|
|
||||||
# "ryot.foo" = {
|
# "ryot.foo" = {
|
||||||
# useACMEHost = "ryot.foo";
|
# useACMEHost = "ryot.foo";
|
||||||
# extraConfig = ''
|
# extraConfig = ''
|
||||||
# reverse_proxy 104.40.4.44:80
|
# reverse_proxy 104.40.4.44:80
|
||||||
# '';
|
# '';
|
||||||
# };
|
# };
|
||||||
|
|
||||||
"cloud.ryot.foo" = {
|
"map.goldenlemon.cc" = {
|
||||||
useACMEHost = "ryot.foo";
|
useACMEHost = "goldenlemon.cc";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
reverse_proxy https://104.40.4.24:443 {
|
reverse_proxy http://104.40.4.44:25566
|
||||||
transport http {
|
'';
|
||||||
tls_insecure_skip_verify
|
};
|
||||||
}
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
"map.goldenlemon.cc" = {
|
|
||||||
useACMEHost = "goldenlemon.cc";
|
|
||||||
extraConfig = ''
|
|
||||||
reverse_proxy http://104.40.4.44:25566
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue