Infini-DL360/web: change root for built site
This commit is contained in:
parent
f3e629b3e3
commit
b6ec7e4cfd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ in
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
"inx.moe" = ssl-inx // {
|
"inx.moe" = ssl-inx // {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
root = "/srv/web/inx.moe";
|
root = "/srv/web/inx.moe/out"; # TODO: Make this less volatile
|
||||||
inherit tryFiles;
|
inherit tryFiles;
|
||||||
extraConfig = websiteConfig;
|
extraConfig = websiteConfig;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue