feat: new listens
This commit is contained in:
parent
ac97d3e0e9
commit
b15ab0f3a2
1 changed files with 7 additions and 3 deletions
|
|
@ -46,11 +46,15 @@
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
addr = "127.0.0.1";
|
addr = "0.0.0.0";
|
||||||
port = 8080; # NOT an exposed port
|
port = 80;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
addr = "0.0.0.0";
|
||||||
|
port = 443;
|
||||||
|
ssl = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
locations = {
|
locations = {
|
||||||
"/nextcloud" = {
|
"/nextcloud" = {
|
||||||
priority = 9999;
|
priority = 9999;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue