Skip to content

UnitedMarsupials-zz/nginx_mod_akamai_g2o

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akamai G2O module for Nginx

Controls access to content from Akamai edge servers, using the G2O headers: X-Akamai-G2O-Auth-Data and X-Akamai-G2O-Auth-Sign.

Installation

Like any other nginx module use the --add-module option when configuring:

./configure --add-module=$PATH_TO_G2O_DIR

It requires OpenSSL.

Configuration

Place the following settings (g2o, g2o_nonce and g2o_key) into a main, server or location section of your conf file:

location /download {
    g2o        on;
    g2o_nonce  "token";
    g2o_key    "a_password";
}

About

Nginx Module for Authenticating Akamai G2O requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.3%
  • Ruby 42.7%