Add etebase A record and nginx vhost with ACME and proxy_pass
This commit is contained in:
parent
fa33d88723
commit
c82ca654d1
2 changed files with 12 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
||||||
(h001ARecord "gist")
|
(h001ARecord "gist")
|
||||||
(h001ARecord "git")
|
(h001ARecord "git")
|
||||||
(h001ARecord "blog")
|
(h001ARecord "blog")
|
||||||
|
(h001ARecord "etebase")
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,17 @@ in
|
||||||
proxyPass = "http://100.64.0.13";
|
proxyPass = "http://100.64.0.13";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"etebase.joshuabell.xyz" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
locations."/" = {
|
||||||
|
proxyWebsockets = true;
|
||||||
|
proxyPass = "http://100.64.0.13";
|
||||||
|
extraConfig = ''
|
||||||
|
client_max_body_size 75M;
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
"llm.joshuabell.xyz" = {
|
"llm.joshuabell.xyz" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue