Skip to content

Scripts and config for caching elements in a tezos node, to improve performance

License

Notifications You must be signed in to change notification settings

tzConnectBerlin/node-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

node-cache

Scripts and config for caching elements in a tezos node, to improve performance

To use the files generated by this script

        server_name mainnet-cached.tzconnect.berlin;
        location @proxy {
                 proxy_pass http://localhost:10734;
        }

       location ~ ^/chains/main/blocks/(?<block>[0-9]+)$ {
                root /home/newby/chains/main/blocks/;
                try_files /$block.json @proxy;
       }

        location / {
                 proxy_pass http://localhost:10734;
        }


About

Scripts and config for caching elements in a tezos node, to improve performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages