From 503bcd8bea25dc342c369082e0087e3051648853 Mon Sep 17 00:00:00 2001
From: Michiel de Jong <michiel@unhosted.org>
Date: Mon, 10 Nov 2014 10:38:02 +0000
Subject: [PATCH] mention wordpress-https plugin

---
 doc/deploying-a-server.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/deploying-a-server.md b/doc/deploying-a-server.md
index 28a4528..bc54bfc 100644
--- a/doc/deploying-a-server.md
+++ b/doc/deploying-a-server.md
@@ -74,3 +74,4 @@ Make sure you read [getting started](getting-started-as-a-hoster.md) first.
     * The mysql image (which we used from the mysql Dockerfile published by Tutum)
     * The wordpress importer (a one-time systemd task)
     * The mysql importer (a one-time systemd task)
+  * If you're setting up a fresh wordpress site, you have to access the admin panel over http first (e.g. run it `-p 80:80`), and activate the [https plugin](https://wordpress.org/plugins/wordpress-https/) before it will work behind the haproxy SSL-offloader.
-- 
GitLab