Revert "feat: add name.buffet.sh"

This reverts commit ab4f5e28485febe9f9fad533ef02cf4db6655469.
This commit is contained in:
buffet 2024-05-16 17:54:12 +02:00
parent d30e542b06
commit 0be7cf6093
2 changed files with 0 additions and 7 deletions

View file

@ -6,7 +6,6 @@ _: {
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"
]; ];

View file

@ -9,12 +9,6 @@
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;