Adding nextcloud

This commit is contained in:
Lyes Saadi 2025-10-18 00:11:03 +02:00
parent d2a132bf0a
commit 7893349400
Signed by: lyes
GPG key ID: 55A1D803917CF39A
6 changed files with 66 additions and 0 deletions

View file

@ -12,6 +12,14 @@
recommendedTlsSettings = true;
virtualHosts = {
"lyes.eu" = {
default = true;
forceSSL = true;
enableACME = true;
locations."/" = {
root = "/var/data/www/lyes.eu/";
};
};
"auth.lyes.eu" = {
forceSSL = true;
enableACME = true;