Skip to content

Instantly share code, notes, and snippets.

Created August 15, 2017 17:44
Show Gist options
  • Save anonymous/31c5df7e0cc77279a2d311c58c3f392a to your computer and use it in GitHub Desktop.
Save anonymous/31c5df7e0cc77279a2d311c58c3f392a to your computer and use it in GitHub Desktop.
nginx = {
enable = true;
recommendedTlsSettings = true;
virtualHosts = {
"my.domain.com" = {
enableACME = true;
locations."/" = {
root = "/var/www/mysite";
index = "index.html";
};
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment