1
0

hosts/web-2: Redirect to admin interface of etebase

This commit is contained in:
clerie 2025-01-03 22:50:42 +01:00
parent aad53d5072
commit 1b86f094c8

View File

@ -11,6 +11,11 @@
"etebase.clerie.de" = { "etebase.clerie.de" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations = {
"= /" = {
return = ''302 "/admin/"'';
};
};
locations = { locations = {
"/" = { "/" = {
proxyPass = "http://127.0.0.1:8001"; proxyPass = "http://127.0.0.1:8001";