added firefly subdomain

This commit is contained in:
Alexander Szczepanski
2021-08-28 21:19:44 +02:00
parent ba5458e3ca
commit 19303de17d

View File

@ -62,6 +62,15 @@
}; };
}; };
}; };
"firefly.szczepan.ski" = {
forceSSL = true;
enableACME = true;
locations = {
"/" = {
proxyPass = "http://127.0.0.1:8081/";
};
};
};
}; };
}; };