maintenance_window_start and website config
This commit is contained in:
parent
f067474f1f
commit
c657066086
|
@ -69,6 +69,7 @@ with lib;
|
|||
default_phone_region = "US";
|
||||
trusted_domains = [ dn ];
|
||||
trusted_proxies = [ "127.0.0.1" "24.255.22.143" "0.0.0.0" ];
|
||||
maintenance_window_start = 1;
|
||||
};
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
|
|
|
@ -117,9 +117,9 @@ in
|
|||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.reloadServices = ["nginx"];
|
||||
certs."tfcconnection.org" = {
|
||||
# extraDomainNames = ["*.tfcconnection.org"];
|
||||
};
|
||||
# certs."tfcconnection.org" = {
|
||||
# # extraDomainNames = ["*.tfcconnection.org"];
|
||||
# };
|
||||
|
||||
defaults = {
|
||||
# dnsResolver = "1.1.1.1";
|
||||
|
@ -138,6 +138,11 @@ in
|
|||
recommendedTlsSettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
virtualHosts."tfcconnection.org" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://localhost:4242";
|
||||
};
|
||||
};
|
||||
|
||||
# CADDY
|
||||
|
|
Loading…
Reference in a new issue