Skip to content

Commit dab90c7

Browse files
committed
Revert "Add service command"
This reverts commit 3548fc4.
1 parent 3548fc4 commit dab90c7

File tree

8 files changed

+1
-160
lines changed

8 files changed

+1
-160
lines changed

.distignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

.editorconfig

Lines changed: 0 additions & 25 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
# EasyEngine/service-command
2-
3-
Manages global `ee-nginx-proxy` container.
4-
5-
## About `ee-nginx-proxy`
6-
`ee-nginx-proxy` is the main container which routes all incoming request to site-specific containers.
7-
8-
So let's say you have foo.com and bar.com on same ee server. When anyone requests either website, the request will first go to `ee-nginx-proxy` which will forward the request to appropriate nginx container of site (In this case foo.com or bar.com).
9-
10-
## Usage:
11-
12-
```
13-
ee service start # starts global container
14-
ee service restart # restarts global container
15-
ee service stop # stops global container
16-
ee service reload # reloads global container
17-
```
18-
19-
For more info run ee service --help
1+
# service-command

composer.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

ee.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

service-command.php

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/Service_Command.php

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)