feat: new listens

This commit is contained in:
s-prechtl 2025-06-22 18:23:54 +02:00
parent ac97d3e0e9
commit b15ab0f3a2

View file

@ -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;