Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thibaudl/nginx-gui

GUI for NGINX
https://github.com/thibaudl/nginx-gui

angularjs nginx nginx-gui

Last synced: 3 months ago
JSON representation

GUI for NGINX

Awesome Lists containing this project

README

        

![version](https://img.shields.io/npm/v/nginx-gui.svg)

## Requirings :
- node 10 or more
- Windows only for now

## How to use :
**With npm :**
``npm i -g nginx-gui``

Then run :
``nginx-gui`` and access http://localhost:9004/vue

Or :

``nginx-gui --start-nginx`` for an auto start of nginx
## DEV MODE :

- run ``npm start``
- run ``npm run server:dev``

- open [http://localhost:8080/webpack-dev-server/](http://localhost:8080/webpack-dev-server/)

## Example :

![capture](https://raw.githubusercontent.com/ThibaudL/nginx-gui/master/demo/Capture.PNG)