fix: missing port

This commit is contained in:
s-prechtl 2025-06-22 19:06:56 +02:00
parent 63b5efd93e
commit b8a1d337c3

View file

@ -54,6 +54,10 @@
port = 443; port = 443;
ssl = true; ssl = true;
} }
{
addr = "127.0.0.1";
port = 8080;
}
]; ];
locations = { locations = {
"/nextcloud" = { "/nextcloud" = {