Sync development into main (#31)

* Sync development into main

* Fix
This commit is contained in:
John Wu
2021-04-22 17:25:46 -07:00
committed by GitHub
parent 0f19a62b32
commit bf81903ecd
28 changed files with 3634 additions and 220 deletions

View File

@@ -3,6 +3,8 @@ server {
root /usr/share/nginx/html;
include /etc/nginx/mime.types;
expires 1d;
location / {
try_files $uri /index.html;
}