Nginx: Difference between revisions

imported>Vater
mNo edit summary
imported>Dragospe
No edit summary
Line 30: Line 30:
     enableACME = true;
     enableACME = true;
     root = "/var/www/myhost.org";
     root = "/var/www/myhost.org";
};
security.acme = {
  acceptTerms = true;
  email = "foo@barl.com";
};
};
</syntaxHighlight>
</syntaxHighlight>