Skip to content
forked from murlock/ranger

Ranger is a HTTP partial content Range header enforcement script

License

Notifications You must be signed in to change notification settings

limbo127/ranger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ranger

Ranger is a HTTP partial content Range header enforcement script

Requirements:

Install:

  • checkout this module
  • don't forget to retrieve dependencies with
$ git submodule update --init
  • update/create your nginx.conf from conf/default.conf

Configuration:

  • edit content.lua:
    • block_size: block size (default 256k)
    • backend: URL for backend where data will be fetch (default http://127.0.0.1:8080/)
    • fcttl: Time to cache HEAD requests (default 30s)

About

Ranger is a HTTP partial content Range header enforcement script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 95.2%
  • Shell 4.8%