public: display README.md instead of downloading

This commit is contained in:
Siddarth Kumar 2024-12-05 14:20:47 +05:30
parent f41e6ca15f
commit e7a48ccc5f
1 changed files with 6 additions and 0 deletions

View File

@ -28,3 +28,9 @@ nginx_sites:
autoindex on; autoindex on;
autoindex_format html; autoindex_format html;
} }
- location = /README.md {
root /data/nimbus-eth1-db;
default_type text/plain;
add_header Content-Type text/plain;
}