Infini-OPTIPLEX: add ssl to files and test
This commit is contained in:
parent
21770fab53
commit
c190d21228
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ in
|
||||||
root = ./static;
|
root = ./static;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"files.inx.moe" = {
|
"files.inx.moe" = ssl // {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
root = "/srv/web/files.inx.moe";
|
root = "/srv/web/files.inx.moe";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -18,7 +18,7 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"test.inx.moe" = {
|
"test.inx.moe" = ssl // {
|
||||||
root = "/srv/web/inx.moe";
|
root = "/srv/web/inx.moe";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
tryFiles = "$uri $uri.html =404";
|
tryFiles = "$uri $uri.html =404";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue