fix: missing port
This commit is contained in:
parent
63b5efd93e
commit
b8a1d337c3
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@
|
||||||
port = 443;
|
port = 443;
|
||||||
ssl = true;
|
ssl = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
addr = "127.0.0.1";
|
||||||
|
port = 8080;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
locations = {
|
locations = {
|
||||||
"/nextcloud" = {
|
"/nextcloud" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue