Minor fix, needs a full update

This commit is contained in:
2021-07-19 02:13:23 +00:00
parent 46d639e383
commit e8beb52935
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ server {
location / {
root /static;
index index.html;
try_files $uri /index.html;
}
}