[NixOS] Temporarily disable enableACME for 1896Folsom
This commit is contained in:
parent
4edbbda20f
commit
bd3ad1f031
@ -47,7 +47,7 @@ in
|
|||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"1896Folsom.duckdns.org" = {
|
"1896Folsom.duckdns.org" = {
|
||||||
enableACME = true;
|
# enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://[::1]:8222";
|
proxyPass = "http://[::1]:8222";
|
||||||
|
Loading…
Reference in New Issue
Block a user