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
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
|
||||
# "ryot.foo" = {
|
||||
# useACMEHost = "ryot.foo";
|
||||
# extraConfig = ''
|
||||
# reverse_proxy 104.40.4.44:80
|
||||
# '';
|
||||
# };
|
||||
# FIXME: This works IN server but not connecting via ssh to caenus
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
|
||||
"cloud.ryot.foo" = {
|
||||
useACMEHost = "ryot.foo";
|
||||
extraConfig = ''
|
||||
reverse_proxy https://104.40.4.24:443 {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
'';
|
||||
};
|
||||
# "ryot.foo" = {
|
||||
# useACMEHost = "ryot.foo";
|
||||
# extraConfig = ''
|
||||
# reverse_proxy 104.40.4.44:80
|
||||
# '';
|
||||
# };
|
||||
|
||||
"map.goldenlemon.cc" = {
|
||||
useACMEHost = "goldenlemon.cc";
|
||||
extraConfig = ''
|
||||
reverse_proxy http://104.40.4.44:25566
|
||||
'';
|
||||
};
|
||||
};
|
||||
"map.goldenlemon.cc" = {
|
||||
useACMEHost = "goldenlemon.cc";
|
||||
extraConfig = ''
|
||||
reverse_proxy http://104.40.4.44:25566
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue