mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-03-21 04:59:32 +00:00
Add nginx configuration for main domain
This commit is contained in:
parent
c48333d39b
commit
df5ba808ba
1 changed files with 5 additions and 0 deletions
|
@ -345,6 +345,11 @@ EOF
|
|||
recommendedTlsSettings = true;
|
||||
|
||||
virtualHosts = {
|
||||
|
||||
"$DOMAIN" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
"git.$DOMAIN" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue