Skip to content

Commit

Permalink
Merge branch 'development' into 'staging'
Browse files Browse the repository at this point in the history
Deploy to staging

See merge request pi-network/live/apps/blockexplorer/blockexplorer!62
  • Loading branch information
Aurélien committed Oct 21, 2021
2 parents 7abc52b + dcfc217 commit dc3950e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server {

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

location ~ ^.+\.(html?)$ {
add_header Cache-Control "public, max-age=300";
Expand Down

0 comments on commit dc3950e

Please sign in to comment.