A cli tool to quickly create and manage nginx server blocks.
https://up.js.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
529 B
13 lines
529 B
7 years ago
|
# Changelog / Version history
|
||
|
|
||
|
## `up` v. 0.2.0
|
||
|
|
||
|
Changelog:
|
||
|
|
||
|
- Under the hood BREAKING changes. Working directories change.
|
||
|
- `/var/www/` to `/etc/up-serve/static/`
|
||
|
- `/etc/nginx/sites-available/` to `/etc/nginx/conf.d`
|
||
|
- `up static|proxy <domain>` adds the server to `/etc/up-serve/servers.up` list.
|
||
|
- `up kill <domain>` removes server from `servers.up` list.
|
||
|
- `up list` lists available servers from /etc/up-serve/servers.up!
|
||
|
- `up kill-all` destroys all servers and places a `default.conf` in `/etc/nginx/sites-enabled`.
|