Infini-DL360/web: add random subject
This commit is contained in:
parent
ba7ef133c8
commit
7980c5b1a8
1 changed files with 8 additions and 0 deletions
|
@ -95,6 +95,14 @@ in
|
||||||
root = "/srv/web/files.inx.moe";
|
root = "/srv/web/files.inx.moe";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"random.inx.moe" = ssl-inx // {
|
||||||
|
locations."/" = {
|
||||||
|
root = "/srv/web/files.inx.moe/subject";
|
||||||
|
extraConfig = ''
|
||||||
|
random_index on;
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
"old.inx.moe" = ssl-inx-optional // {
|
"old.inx.moe" = ssl-inx-optional // {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
root = "/srv/web/inx.moe";
|
root = "/srv/web/inx.moe";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue