This commit is contained in:
sadan 2025-02-23 18:32:58 -05:00
parent 47d82ab045
commit ea8bcdec2b
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -19,12 +19,9 @@
security = {
acme = {
certs = {
"sadan.zip" = {
"*.sadan.zip" = {
dnsProvider = "cloudflare";
email = "certs@sadan.zip";
extraDomainNames = [
"*.sadan.zip"
];
environmentFile = config.sops.secrets.cloudflare_env.path;
};
};

View file

@ -5,7 +5,7 @@
virtualHosts = {
"vw.sadan.zip" = {
forceSSL = true;
useACMEHost = "sadan.zip";
useACMEHost = "*.sadan.zip";
locations = {
"/" = {
proxyPass = "http://localhost:3231";