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;
|
||||
};
|
||||
};
|
||||
"files.inx.moe" = {
|
||||
"files.inx.moe" = ssl // {
|
||||
locations."/" = {
|
||||
root = "/srv/web/files.inx.moe";
|
||||
extraConfig = ''
|
||||
|
@ -18,7 +18,7 @@ in
|
|||
'';
|
||||
};
|
||||
};
|
||||
"test.inx.moe" = {
|
||||
"test.inx.moe" = ssl // {
|
||||
root = "/srv/web/inx.moe";
|
||||
locations."/" = {
|
||||
tryFiles = "$uri $uri.html =404";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue