Skip to content

NGINX config generator that accept both command line arguments and configuration file.

Notifications You must be signed in to change notification settings

OSQDU/NGINX-Configuration-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSQDU nginx configuraton generator

nginx (Engine X) web server configuration generator by OSQDU

Requirements

The config generator consists of three versions, written in Perl, Ruby and Python. (Only Perl at this time)

1. Perl

You'll need a perl intepreter, know how to use CPAN, having make and gcc (probably)

Command Line Options

static, php, python and rack application: --<server_type> <server_name1>,<server_name2>,<server_name3>:<app_root_dir> # create a server block with specified server_type, server_name and application root dir

reverse-proxy application: --proxy <server_name1>,<server_name2>:<backend1>,<backend2>,<backend3>...

stub-status: --status <server_name> <port&gt ;

Available server types:

static: static web pages

php: PHP applications

proxy: reverse-proxy

rack: Rails, merb, Sinatra and other rack-based application

python: Python web applications, using WSGI

About

NGINX config generator that accept both command line arguments and configuration file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published