hosts/web-2: Redirect to admin interface of etebase
This commit is contained in:
parent
aad53d5072
commit
1b86f094c8
@ -11,6 +11,11 @@
|
||||
"etebase.clerie.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations = {
|
||||
"= /" = {
|
||||
return = ''302 "/admin/"'';
|
||||
};
|
||||
};
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://127.0.0.1:8001";
|
||||
|
Loading…
x
Reference in New Issue
Block a user