feat: move config
This commit is contained in:
parent
44d72b02d8
commit
998c352f04
1 changed files with 3 additions and 2 deletions
|
|
@ -49,9 +49,7 @@
|
||||||
port = 8080; # NOT an exposed port
|
port = 8080; # NOT an exposed port
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
virtualHosts."10.0.0.69" = {
|
|
||||||
locations = {
|
locations = {
|
||||||
"/nextcloud" = {
|
"/nextcloud" = {
|
||||||
priority = 9999;
|
priority = 9999;
|
||||||
|
|
@ -84,6 +82,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualHosts."10.0.0.69" = {
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue