library nginx-conf-parser
Nginx conf parser
max-voloshin/nginx-conf-parser
Nginx conf parser
- Sunday, April 13, 2014
- by max-voloshin
- Repository
- 1 Watchers
- 7 Stars
- 44 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
, (*1)
Goal
Show full (parsed) nginx config for further analysis, (*2)
Usage
Show config:, (*3)
./nginx-conf-parser /etc/nginx/nginx.conf, (*4)
Find all server names:, (*5)
./nginx-conf-parser /etc/nginx/nginx.conf | grep -E "\sserver_name\s", (*6)
Installation
Via Composer:, (*7)
composer create-project max-voloshin/nginx-conf-parser /path/to/ dev-master, (*8)
Run tests
phpunit, (*9)
License
MIT, (*10)
dev-master
9999999-dev
Nginx conf parser
Sources
Download
MIT
The Requires
by
Max Voloshin