Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

bearnard/nginx-mysqlvars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Name
    ngx_mysqlvars - allows variables to be set from a mysql database.
    This module could be used as a mysql vhost module.

    This is a first attempt at learning how nginx works, it is not something
    you should run in production.

Version
    0.01

Synopsis

location / {

	set $foo mysqlvars_docroot;

}



About

A mysql vhost module for nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages