Merge pull request #3768 from markkuleinio/gunicorn-conf

Change gunicorn.conf remains to gunicorn.py
This commit is contained in:
Daniel Sheppard 2019-12-15 21:46:21 -06:00 committed by GitHub
commit 70b09446b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -12,7 +12,7 @@
fabfile.py fabfile.py
*.swp *.swp
gunicorn_config.py gunicorn_config.py
gunicorn.conf gunicorn.py
netbox.log netbox.log
netbox.pid netbox.pid
.DS_Store .DS_Store

View File

@ -107,7 +107,7 @@ Install gunicorn:
# pip3 install gunicorn # pip3 install gunicorn
``` ```
Copy `contrib/gunicorn.conf` to `/opt/netbox/gunicorn.conf`. We make a copy of this file to ensure that any changes to it do not get overwritten by a future upgrade. 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.
```no-highlight ```no-highlight
# cp contrib/gunicorn.py /opt/netbox/gunicorn.py # cp contrib/gunicorn.py /opt/netbox/gunicorn.py