From 967feb6931418aa42ea4b56862cf541a75202291 Mon Sep 17 00:00:00 2001 From: Craig <99729+craig@users.noreply.github.com> Date: Tue, 21 Aug 2018 00:41:29 +0200 Subject: [PATCH 1/3] Add missing library WSGIPassAuthorization fails if libapache2-mod-wsgi-py3 is missing --- docs/installation/3-http-daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/3-http-daemon.md b/docs/installation/3-http-daemon.md index 9ed8fdd74..6ca38783e 100644 --- a/docs/installation/3-http-daemon.md +++ b/docs/installation/3-http-daemon.md @@ -56,7 +56,7 @@ To enable SSL, consider this guide on [securing nginx with Let's Encrypt](https: ## Option B: Apache ```no-highlight -# apt-get install -y apache2 +# apt-get install -y apache2 libapache2-mod-wsgi-py3 ``` Once Apache is installed, proceed with the following configuration (Be sure to modify the `ServerName` appropriately): From 1b2d3bf08b411a054a46186de01f2dc445510b88 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 22 Aug 2018 11:44:07 -0400 Subject: [PATCH 2/3] Revert "Add missing library" --- docs/installation/3-http-daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/3-http-daemon.md b/docs/installation/3-http-daemon.md index 6ca38783e..9ed8fdd74 100644 --- a/docs/installation/3-http-daemon.md +++ b/docs/installation/3-http-daemon.md @@ -56,7 +56,7 @@ To enable SSL, consider this guide on [securing nginx with Let's Encrypt](https: ## Option B: Apache ```no-highlight -# apt-get install -y apache2 libapache2-mod-wsgi-py3 +# apt-get install -y apache2 ``` Once Apache is installed, proceed with the following configuration (Be sure to modify the `ServerName` appropriately): From 9ff2a8d44dcf301e517a4c7a8a2754201d1e30c0 Mon Sep 17 00:00:00 2001 From: Esguerra Date: Sat, 13 Oct 2018 04:53:33 +0800 Subject: [PATCH 3/3] first change --- docs/additional-features/context-data.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/additional-features/context-data.md b/docs/additional-features/context-data.md index 465b4d2dc..d510322ea 100644 --- a/docs/additional-features/context-data.md +++ b/docs/additional-features/context-data.md @@ -3,3 +3,6 @@ Sometimes it is desirable to associate arbitrary data with a group of devices to aid in their configuration. For example, you might want to associate a set of syslog servers for all devices at a particular site. Context data enables the association of arbitrary data to devices and virtual machines grouped by region, site, role, platform, and/or tenant. Context data is arranged hierarchically, so that data with a higher weight can be entered to override more general lower-weight data. Multiple instances of data are automatically merged by NetBox to present a single dictionary for each object. Devices and Virtual Machines may also have a local config context defined. This local context will always overwrite the rendered config context objects for the Device/VM. This is useful in situations were the device requires a one-off value different from the rest of the environment. + + +Test change \ No newline at end of file