serve homes
This commit is contained in:
parent
44ffba40db
commit
5ed2c02a2b
1 changed files with 7 additions and 3 deletions
|
|
@ -53,9 +53,13 @@ in
|
||||||
default_type application/json;
|
default_type application/json;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"~ ^/~(.+?)/" = {
|
"~ ^/~(.+?)" = {
|
||||||
recommendedProxySettings = true;
|
root = "/srv/http/homes";
|
||||||
proxyPass = "https://home.berlin.ccc.de$request_uri";
|
index = "index.html";
|
||||||
|
tryFiles = "$uri $uri/ $uri.html =404";
|
||||||
|
extraConfig = ''
|
||||||
|
autoindex on;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue