From 45e05f94873767b8e3d9ba367aa4164cb149718a Mon Sep 17 00:00:00 2001 From: David Mc Ken Date: Thu, 8 Dec 2022 13:10:44 -0400 Subject: [PATCH] Minor formatting updates. --- docs/wiki/web-server/uWSGI-example.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/wiki/web-server/uWSGI-example.md b/docs/wiki/web-server/uWSGI-example.md index d50455d..db15d03 100644 --- a/docs/wiki/web-server/uWSGI-example.md +++ b/docs/wiki/web-server/uWSGI-example.md @@ -1,11 +1,18 @@ +# uWSGI Example + This guide will show you how to run PowerDNS-Admin via uWSGI and nginx. This guide was written using Debian 8 with the following software versions: - nginx 1.6.2 - uwsgi 2.0.7-debian - python 2.7.9 -`sudo apt-get install uwsgi uwsgi-plugin-python nginx` +## Software installation: -### Step-by-step instructions +1. apt install the following packages: + - `uwsgi` + - `uwsgi-plugin-python` + - `nginx` + +## Step-by-step instructions 1. Create a uWSGI .ini in `/etc/uwsgi/apps-enabled` with the following contents, making sure to replace the chdir, pythonpath and virtualenv directories with where you've installed PowerDNS-Admin: ```ini [uwsgi]