mirror of
https://github.com/envoyr/nginx-configurator.git
synced 2026-04-28 04:06:18 +00:00
update readme
This commit is contained in:
14
README.md
14
README.md
@@ -1,18 +1,12 @@
|
||||
NGINX Configurator
|
||||
==================
|
||||
|
||||
PHP Library for NGINX configuration generator
|
||||
PHP Library for NGINX configuration generator.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Features
|
||||
|
||||
This library can parse and generate NGINX configuration files.
|
||||
In near future will provide CLI commands for NGINX configuration.
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Install with Composer
|
||||
@@ -23,7 +17,7 @@ composer require envoyr/nginx-configurator
|
||||
|
||||
## Requirements
|
||||
|
||||
This library requires *PHP* in `>=8.1` version.
|
||||
This library requires *PHP* in `^8.1` version.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -113,10 +107,6 @@ server {
|
||||
}
|
||||
```
|
||||
|
||||
## TODO
|
||||
|
||||
* [ ] Implement comments parsing
|
||||
|
||||
## License
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
Reference in New Issue
Block a user