fix(nginx): ensure https requests also go to the default

This commit is contained in:
Mohammad Rafiq 2025-06-04 21:30:45 +08:00
parent 6a1fbf73f1
commit e2669f660c
No known key found for this signature in database

View file

@ -38,6 +38,8 @@ in
};
};
${config.system.hostname} = {
forceSSL = true;
enableACME = true;
locations."/" = {
return = "200 '<html><body>It works!</body></html'";
extraConfig = ''