Skip to content

Commit

Permalink
Merge branch 'fix/browser-infinite-loop' into 'development'
Browse files Browse the repository at this point in the history
Fix nginx config: update comment

See merge request pi-network/live/apps/blockexplorer/blockexplorer!71
  • Loading branch information
Aurélien committed Oct 26, 2021
2 parents b66bc61 + d6f7e6e commit 288b565
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/nginx-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ server {
location /blockexplorer {
alias /usr/share/nginx/html;

# First attempt to serve the requested file, then directory, then fall back to index.html,
# which loads the react app, as compiled by webpack.
# First attempt to serve the requested file, then fall back to index.html, which loads the React app.
try_files $uri /blockexplorer/index.html;

location ~ ^.+\.(html?)$ {
Expand Down

1 comment on commit 288b565

@Opapai051148
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me know more,ok !?

Please sign in to comment.