mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-12 10:38:16 -06:00
i fixed wrong supervisor configuration
i fixed wrong supervisor configuration. it should be a "*.ini" file.
This commit is contained in:
parent
cb83eb204b
commit
9b54323393
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user