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" = {
|
"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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user