mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Update 3-http-daemon.md (#4055)
There was no documentation to move back into the netbox folder after installing/configuring nginx. You would move into nginx on line 42 then try and figure out why you couldn't copy gunicorn on line 113.
This commit is contained in:
parent
4b02d294ce
commit
d0d2af4cab
@ -107,9 +107,10 @@ Install gunicorn:
|
|||||||
# pip3 install gunicorn
|
# pip3 install gunicorn
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy `contrib/gunicorn.py` to `/opt/netbox/gunicorn.py`. We make a copy of this file to ensure that any changes to it do not get overwritten by a future upgrade.
|
Copy `/opt/netbox/contrib/gunicorn.py` to `/opt/netbox/gunicorn.py`. We make a copy of this file to ensure that any changes to it do not get overwritten by a future upgrade.
|
||||||
|
|
||||||
```no-highlight
|
```no-highlight
|
||||||
|
# cd /opt/netbox
|
||||||
# cp contrib/gunicorn.py /opt/netbox/gunicorn.py
|
# cp contrib/gunicorn.py /opt/netbox/gunicorn.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user