Documentation

rblog

Blog engine written in rust.

Installing

cargo install rblog

Running from source code

git clone https://github.com/prabirshrestha/rblog.git
cargo run

NGINX configuration

Make sure to set the proxy_http_version 1.1 if using nginx proxy.

location / {
    proxy_http_version 1.1;
    .....
}

License

MIT