From 1c49909e2c4872536fbcc212f0952af76a5cdf1f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 29 Jun 2016 23:16:16 -0400 Subject: [PATCH] Fixed typo --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 0ddccd2c9..55233a831 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -321,7 +321,7 @@ Save the contents of the above example in `/etc/apache2/sites-available/netbox.c ## gunicorn Configuration -Save the following configuration file in the root netbox installation path (in this example, `/opt/netbox/`.) as `gunicorn_config.py`. Be sure to verify the location of the gunicorn executable (e.g. `which gunicorn`) and to update the `pythonpath` variable if needed. +Save the following configuration file in the root netbox installation path (in this example, `/opt/netbox/`) as `gunicorn_config.py`. Be sure to verify the location of the gunicorn executable (e.g. `which gunicorn`) and to update the `pythonpath` variable if needed. ``` command = '/usr/bin/gunicorn'