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

Commit

Permalink
add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bearnard committed Jul 19, 2011
1 parent 2bc8835 commit b8bf8bf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README
@@ -0,0 +1,20 @@
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;

}



0 comments on commit b8bf8bf

Please sign in to comment.