This commit is contained in:
Marcel Pociot
2020-06-16 00:09:04 +02:00
parent 4a56890862
commit 645330f08f
8 changed files with 23 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ When you start your expose server, anyone is able to connect to it by default. I
expose serve my-domain.com --validateAuthTokens
```
Don't worry - you can also changes this later on through the admin interface.
Don't worry - you can also change this later on through the admin interface.
## Keeping the expose server running with supervisord
@@ -46,6 +46,9 @@ apt install supervisor
# On Red Hat / CentOS
yum install supervisor
systemctl enable supervisord
# On Mac
brew install supervisor
```
Once installed, add a new process that `supervisor` needs to keep running. You place your configurations in the `/etc/supervisor/conf.d` (Debian/Ubuntu) or `/etc/supervisord.d` (Red Hat/CentOS) directory.
@@ -119,4 +122,4 @@ return [
// ...
```
Now that your basic expose server is running, let's take a look at how you can add SSL support.
Now that your basic expose server is running, let's take a look at how you can add SSL support.