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;
|
||||
listen = [
|
||||
{
|
||||
addr = "127.0.0.1";
|
||||
port = 8080; # NOT an exposed port
|
||||
addr = "0.0.0.0";
|
||||
port = 80;
|
||||
}
|
||||
{
|
||||
addr = "0.0.0.0";
|
||||
port = 443;
|
||||
ssl = true;
|
||||
}
|
||||
];
|
||||
|
||||
locations = {
|
||||
"/nextcloud" = {
|
||||
priority = 9999;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue