GithubHelp home page GithubHelp logo

nginx-unzip-module's Introduction

What is this?

A nginx module enabling fetching of files that are stored in zipped archives.

Nginx configuration example

  • file_in_unzip_archivefile - points to the zipped file
  • file_in_unzip_extract - file to be extracted from the zipped file
  • file_in_unzip - flag activating the module
  location ~ ^/(.+?\.zip)/(.*)$ {
      file_in_unzip_archivefile "$document_root/$1";
      file_in_unzip_extract "$2";
      file_in_unzip;
  }

nginx-unzip-module's People

Contributors

bjarocki avatar youzee-acc avatar

Stargazers

steezer avatar Aritz Tusell avatar Saeed avatar  avatar Yury Shulaev avatar Nian avatar notsobad avatar  avatar Michael LaMuerte avatar  avatar raffaele messuti avatar Andyfoo avatar Hecate2 avatar Abdullah Al-Faqeir avatar Paul Lahaie avatar  avatar idoxtreme avatar Marcus Ramse avatar Jim_Di avatar Valfman avatar Georgy Shelkovy avatar Shinichi Ishimura avatar min avatar Anthony(Huang Liang) avatar Brynjard Øvergård avatar Noah Halstead avatar Andreas Runfalk avatar Tobyn avatar  avatar  avatar INOUE Yosuke avatar Brad Hilton avatar Vlad Frolov avatar Vitaly Lipatov avatar Lewis Cowles avatar  avatar yc avatar Andris Kardos avatar brfh avatar Reibl János Dániel avatar Malte Legenhausen avatar Wangchong Zhou avatar Sen Zhang avatar luckyufei avatar Jakub Jirutka avatar Jan Vlnas avatar Jiangge Zhang avatar John Laur avatar  avatar Tai avatar Dan Ryan avatar

Watchers

Mauricio Morales avatar cesarob avatar Grecco avatar Borja Reinares avatar Daniel Ripolles avatar James Cloos avatar Javi A. avatar  avatar Sergio Arroyo avatar Eduardo González avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.