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
|
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
|
## Installation
|
||||||
|
|
||||||
Install with Composer
|
Install with Composer
|
||||||
@@ -23,7 +17,7 @@ composer require envoyr/nginx-configurator
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
This library requires *PHP* in `>=8.1` version.
|
This library requires *PHP* in `^8.1` version.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -113,10 +107,6 @@ server {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
|
||||||
|
|
||||||
* [ ] Implement comments parsing
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|||||||
Reference in New Issue
Block a user