mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18: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
|
# 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
|
```no-highlight
|
||||||
[program:netbox]
|
[program:netbox]
|
||||||
|
Loading…
Reference in New Issue
Block a user