Add static assets to nginx
This commit is contained in:
@@ -4,6 +4,10 @@ server {
|
||||
|
||||
index index.html;
|
||||
|
||||
location /assets {
|
||||
alias ./assets;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user