https://github.com/hiqdev/hidev-nginx
HiDev Nginx plugin
https://github.com/hiqdev/hidev-nginx
hacktoberfest
Last synced: 12 months ago
JSON representation
HiDev Nginx plugin
- Host: GitHub
- URL: https://github.com/hiqdev/hidev-nginx
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2016-05-06T15:29:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T13:54:34.000Z (almost 6 years ago)
- Last Synced: 2024-11-15T03:59:39.019Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 89.8 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HiDev Nginx
**HiDev plugin for NGINX**
[](https://packagist.org/packages/hiqdev/hidev-nginx)
[](https://packagist.org/packages/hiqdev/hidev-nginx)
[](https://travis-ci.org/hiqdev/hidev-nginx)
[](https://scrutinizer-ci.com/g/hiqdev/hidev-nginx/)
[](https://scrutinizer-ci.com/g/hiqdev/hidev-nginx/)
[](https://www.versioneye.com/php/hiqdev:hidev-nginx/dev-master)
[HiDev] is the automation tool mixed with
code generator for easier continuous development.
This plugin provides [NGINX] management:
- vhost files generation and deploy
- start/stop/restart operations
- directories autodetecting
[hidev]: https://github.com/hiqdev/hidev
[nginx]: https://nginx.com/
## Installation
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/hidev-nginx"
```
or add
```json
"hiqdev/hidev-nginx": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2016-2018, HiQDev (http://hiqdev.com/)