Skip to content

fr3akX/nginx-rados-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

nginx-rados-module

Rados nginx module

    server {
        listen       80;
        server_name  localhost;

        rados_conf "/etc/ceph/ceph.conf";
        rados_pool "data";

        location /f/ {
            rados;
            rados_throttle 1m;
            add_header Content-Disposition "attachment; filename*=\"UTF-8''$arg_f\"";
        }
}

About

Rados nginx module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages