Skip to content

Commit 437b3f3

Browse files
Merge pull request #2694 from nmelehan/rc-v0.21
[Release Candidate] v0.21 (merge into develop)
2 parents 16f027d + 1277e0b commit 437b3f3

File tree

5 files changed

+9
-12
lines changed
  • docs
    • applications/containers
      • beginners-guide-to-LXD-reverse-proxy
      • deploy-nodebalancers-with-linode-ccm
    • networking/diagnostics
    • websites/wikis/install-mediawiki-on-ubuntu-1804

5 files changed

+9
-12
lines changed

docs/applications/containers/beginners-guide-to-LXD-reverse-proxy/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
author:
33
name: Linode
44
5-
description: 'LXD is a container hypervisor that manages Linux Containers. Compared to other uses of Linux Containers, LXD manages system containers which each work just like typical servers. This guide shows how to set up a reverse proxy in LXD 3 so that it is possible to host many websites in LXD system containers.'
5+
description: 'This guide explains how to create a reverse proxy in an LXD container in order to host multiple websites, each in their own additional containers. You will utilize NGINX and Apache web servers, while also relying on NGINX as a reverse proxy.'
66
keywords: ["container", "lxd", "lxc", "apache", "nginx", "reverse proxy", "virtual machine", "virtualization"]
77
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
8-
published: 2019-08-13
9-
modified: 2019-08-13
8+
published: 2019-08-28
109
modified_by:
1110
name: Linode
12-
title: "A Beginner's Guide to LXD: Setting Up a Reverse Proxy to Host Many Websites in Containers"
11+
title: "Set Up a Reverse Proxy in an LXD Container to Host Multiple Websites"
1312
contributor:
1413
name: Simos Xenitellis
1514
link: https://blog.simos.info/

docs/applications/containers/deploy-nodebalancers-with-linode-ccm/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ author:
55
description: 'Deploy NodeBalancers with the Linode Cloud Controller Manager.'
66
keywords: ['ccm','cloud','controller','manager','kubernetes']
77
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
8-
published: 2019-04-25
9-
modified: 2019-04-25
8+
published: 2019-08-28
109
modified_by:
1110
name: Linode
1211
title: "Deploy NodeBalancers with the Linode Cloud Controller Manager"

docs/networking/diagnostics/netcat/netcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author:
55
description: 'An introduction to netcat.'
66
keywords: ["UNIX", "TCP", "UDP", "netcat", "nc", "network"]
77
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
8-
published: 2019-07-11
8+
published: 2019-08-28
99
modified_by:
1010
name: Linode
1111
title: 'Learning to Use netcat to its Full Potential'

docs/networking/diagnostics/ss/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author:
55
description: 'An introduction to the ss utility.'
66
keywords: ["UNIX", "shell", "AWK", "ss", "TCP/IP", "network", "socket"]
77
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
8-
published: 2019-07-19
8+
published: 2019-08-28
99
modified_by:
1010
name: Linode
1111
title: 'Learning to Use the ss Tool to its Full Potential'

docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ description: 'A guide for getting started with the popular MediaWiki engine for
66
keywords: ["mediawiki", "wiki", "web-applications"]
77
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
88
aliases: ['web-applications/wikis/mediawiki/','websites/wikis/mediawiki-engine/']
9-
modified: 2019-08-24
109
modified_by:
1110
name: Linode
12-
published: 2009-09-30
11+
published: 2019-08-28
1312
title: Install MediaWiki on Ubuntu 18.04
1413
external_resources:
1514
- '[MediaWiki Wiki](http://www.mediawiki.org/wiki/MediaWiki)'
@@ -29,7 +28,7 @@ This guide assumes that you already have a working [LAMP stack](/docs/web-server
2928
cd /var/www/html/example.com/
3029
sudo curl -O https://releases.wikimedia.org/mediawiki/1.33/mediawiki-1.33.0.tar.gz
3130

32-
You will want to check for the latest version of this software regularly and upgrade to avoid allowing your site to become vulnerable to known security bugs. You can find the download location for the latest release by visiting the [MediaWiki homepage](http://www.mediawiki.org/wiki/MediaWiki).
31+
You will want to check for the latest version of this software regularly and upgrade to avoid allowing your site to become vulnerable to known security bugs. You can find the download location for the latest release by visiting the [MediaWiki homepage](http://www.mediawiki.org/wiki/MediaWiki).
3332

3433
2. Decompress the package:
3534

@@ -39,7 +38,7 @@ You will want to check for the latest version of this software regularly and upg
3938

4039
sudo mv mediawiki-1.33.0/ public_html/mediawiki/
4140

42-
The name of the directory beneath the `public_html/` will determine the path to your wiki. In this case, the wiki would be located at `example.com/mediawiki/`. You can copy the wiki to any publicly accessible location in the `public_html/` hierarchy.
41+
The name of the directory beneath the `public_html/` will determine the path to your wiki. In this case, the wiki would be located at `example.com/mediawiki/`. You can copy the wiki to any publicly accessible location in the `public_html/` hierarchy.
4342

4443
### Configure MySQL
4544

0 commit comments

Comments
 (0)