Adding nextcloud
This commit is contained in:
parent
d2a132bf0a
commit
7893349400
6 changed files with 66 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue