Merge branch 'main' into 'main'
Added tryFiles to locations for angular routing See merge request compsoc1/skynet/nixos!23
This commit is contained in:
commit
52e4442226
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ in {
|
|||
alias = "/home/$user/public_html/";
|
||||
index = "index.html";
|
||||
extraConfig = "autoindex on;";
|
||||
tryFiles = "$uri$args $uri$args/ /index.html";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue