From 9ed6007b02de3370cd53b95a32798702ada229e1 Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 9 Jun 2017 23:25:58 +0200 Subject: [PATCH] including fastcgi configuration example in the documentation --- docs/goodies.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/goodies.rst b/docs/goodies.rst index 8028989..c465562 100644 --- a/docs/goodies.rst +++ b/docs/goodies.rst @@ -27,6 +27,12 @@ Nginx Vhost .. literalinclude:: ../goodies/nginx.conf :language: yaml +Nginx Vhost (FastCGI) +--------------------- + +.. literalinclude:: ../goodies/nginx-fastcgi.conf + :language: yaml + Lighttpd Vhost --------------