rddl-network / tendermint-explorer

Blockchain explorer for Tendermint. Supports JSON transactions and UTF-8
https://github.com/dappforce/tendermint-explorer
0 stars 0 forks source link

Fix nginx shows 404 when calling e.g. /blocks directly #14

Closed jmastr closed 1 year ago

jmastr commented 1 year ago

Added:

try_files $uri /index.html;

to default.conf, so that routes are handled by node and not nginx.

See: https://stackoverflow.com/a/43557288