feat: add name.buffet.sh
This commit is contained in:
parent
2e574ab0b6
commit
3efdcc57b7
2 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,7 @@ _: {
|
||||||
extraDomainNames = [
|
extraDomainNames = [
|
||||||
"404.buffet.sh"
|
"404.buffet.sh"
|
||||||
"bitwarden.buffet.sh"
|
"bitwarden.buffet.sh"
|
||||||
|
"name.buffet.sh"
|
||||||
"rap.buffet.sh"
|
"rap.buffet.sh"
|
||||||
"buffets.kitchen"
|
"buffets.kitchen"
|
||||||
];
|
];
|
||||||
|
|
|
@ -9,6 +9,12 @@
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
|
||||||
|
virtualHosts."name.buffet.sh" = {
|
||||||
|
useACMEHost = "buffet.sh";
|
||||||
|
forceSSL = true;
|
||||||
|
locations."/".proxyPass = "http://localhost:18899";
|
||||||
|
};
|
||||||
|
|
||||||
virtualHosts."buffet.sh" = {
|
virtualHosts."buffet.sh" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Reference in a new issue