Skip to content

Commit

Permalink
Merge pull request #50 from skalenetwork/update-network-ui-staging
Browse files Browse the repository at this point in the history
Update network-ui, add CORS for files folder
  • Loading branch information
dmytrotkk authored Jun 29, 2023
2 parents e3e0697 + 1769745 commit f8ca55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ http {
}

location /files/ {
add_header Access-Control-Allow-Origin *;
root /usr/share/nginx/www;
}

Expand Down
2 changes: 1 addition & 1 deletion network-ui

0 comments on commit f8ca55e

Please sign in to comment.