Minor fix, needs a full update
This commit is contained in:
@@ -13,5 +13,8 @@ auth.json
|
||||
#output files
|
||||
*.bundle.js
|
||||
|
||||
#config files
|
||||
docker-compose.yml
|
||||
|
||||
#development files
|
||||
package-lock.json
|
||||
|
||||
@@ -4,6 +4,6 @@ server {
|
||||
|
||||
location / {
|
||||
root /static;
|
||||
index index.html;
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user