1
0
Fork 0

Initiate fdroidserver

This commit is contained in:
Malte Brandy 2021-01-09 20:25:43 +01:00
parent a3b052f834
commit 617dec2dff

View file

@ -42,6 +42,15 @@ in {
forceSSL = true;
inherit locations;
};
"fdroid.maralorn.de" = {
forceSSL = true;
enableACME = true;
locations = {
"/" = {
root = "/var/www/fdroid";
};
};
};
};
};
};