From 416aeb40724a5777500c6f8a3bfe1d07f1f9cb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mudrini=C4=87?= Date: Tue, 15 Aug 2017 23:39:10 +0200 Subject: [PATCH] docs: web-server link to new ssl tutorials for 16.04 --- docs/installation/web-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/web-server.md b/docs/installation/web-server.md index 0acedccc6..f9a304ff5 100644 --- a/docs/installation/web-server.md +++ b/docs/installation/web-server.md @@ -51,7 +51,7 @@ Restart the nginx service to use the new configuration. # service nginx restart ``` -To enable SSL, consider this guide on [securing nginx with Let's Encrypt](https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04). +To enable SSL, consider this guide on [securing nginx with Let's Encrypt](https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04). ## Option B: Apache @@ -96,7 +96,7 @@ Save the contents of the above example in `/etc/apache2/sites-available/netbox.c # service apache2 restart ``` -To enable SSL, consider this guide on [securing Apache with Let's Encrypt](https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-14-04). +To enable SSL, consider this guide on [securing Apache with Let's Encrypt](https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04). # gunicorn Installation