[NixOS] Please fix 1896

This commit is contained in:
Ivan Malison 2023-11-16 01:23:46 -07:00
parent bd3ad1f031
commit 7b1934427e

View File

@ -48,7 +48,7 @@ in
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";
}; };