https://github.com/thibaudl/nginx-gui
GUI for NGINX
https://github.com/thibaudl/nginx-gui
angularjs nginx nginx-gui
Last synced: 8 months ago
JSON representation
GUI for NGINX
- Host: GitHub
- URL: https://github.com/thibaudl/nginx-gui
- Owner: ThibaudL
- License: bsd-2-clause
- Created: 2019-03-03T16:22:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T20:30:36.000Z (over 2 years ago)
- Last Synced: 2025-03-28T13:01:37.463Z (9 months ago)
- Topics: angularjs, nginx, nginx-gui
- Language: Vim Script
- Size: 4.08 MB
- Stars: 25
- Watchers: 4
- Forks: 9
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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 :
