From 83e905c0e74bbb01c5017c2e0bffb530941513dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@fachschaften.org>
Date: Mon, 27 Jul 2015 13:04:13 +0200
Subject: [PATCH] Any wsgi server

There's a little more choice in the wsgi serving space :-) I see to remember our version ran on Phusion Passenger.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b0165ae..5b4f89d 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Dependencies
 
   * python-flask python-genshi python-pythonmagick 
   * pdflatex latex-beamer
-  * libapache2-mod-wsgi (if not used in debug mode)
+  * libapache2-mod-wsgi for production use (or [anything capable of running WSGI apps](http://wsgi.readthedocs.org/en/latest/servers.html) really…)
 
 Config
 ------
-- 
GitLab