Add nginx configuration for main domain

pull/1/head
Illia Chub 2021-01-20 13:48:12 +02:00
parent c48333d39b
commit df5ba808ba
1 changed files with 5 additions and 0 deletions

View File

@ -345,6 +345,11 @@ EOF
recommendedTlsSettings = true;
virtualHosts = {
"$DOMAIN" = {
enableACME = true;
forceSSL = true;
};
"git.$DOMAIN" = {
enableACME = true;
forceSSL = true;