Преглед изворни кода

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.
agrrajag пре 6 година
родитељ
комит
d0d2af4cab
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      docs/installation/3-http-daemon.md

+ 2 - 1
docs/installation/3-http-daemon.md

@@ -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
 ```
 ```