mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-26 10:08:51 -05:00
guh
This commit is contained in:
parent
47d82ab045
commit
ea8bcdec2b
2 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
virtualHosts = {
|
||||
"vw.sadan.zip" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "sadan.zip";
|
||||
useACMEHost = "*.sadan.zip";
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://localhost:3231";
|
||||
|
|
Loading…
Add table
Reference in a new issue