fix: set useACMEHost of gitea.dylanblades.com to dylanblades.com

This commit is contained in:
Bladesy 2024-12-17 21:48:24 +00:00
parent 6c4d35c9fe
commit 9f10891081

View File

@ -211,7 +211,7 @@
}; };
"gitea.dylanblades.com" = { "gitea.dylanblades.com" = {
forceSSL = true; forceSSL = true;
useACMEHost = true; useACMEHost = "dylanblades.com";
locations."/" = { locations."/" = {
proxyPass = "http://localhost:3000"; proxyPass = "http://localhost:3000";
extraConfig = '' extraConfig = ''