i fixed wrong supervisor configuration

i fixed wrong supervisor configuration. it should be a "*.ini" file.
This commit is contained in:
mrcan321 2018-11-11 03:21:35 +03:00 committed by GitHub
parent cb83eb204b
commit 9b54323393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ Install supervisor:
# apt-get install -y supervisor
```
Save the following as `/etc/supervisor/conf.d/netbox.conf`. Update the `command` and `directory` paths as needed. If using CentOS/RHEL, change the username from `www-data` to `nginx` or `apache`.
Save the following as `/etc/supervisord.d/netbox.ini`. Update the `command` and `directory` paths as needed. If using CentOS/RHEL, change the username from `www-data` to `nginx` or `apache`.
```no-highlight
[program:netbox]