summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installing/nginx.rst
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-02-17 12:27:35 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2016-02-17 12:27:35 +0100
commitfdf115604c036ca05656380f91a29166b40ed1f0 (patch)
treeea8a0dbcb4ffb2ed446953c5d263e0b741789236 /docs/en/rst/installing/nginx.rst
parentdad451b506a02669c8220f668aadafddbd58cf40 (diff)
downloadbugzilla-fdf115604c036ca05656380f91a29166b40ed1f0.tar.gz
bugzilla-fdf115604c036ca05656380f91a29166b40ed1f0.tar.xz
Bug 1242263: The web server and SQL server sections are not correctly referenced in the documentation
r=gerv
Diffstat (limited to 'docs/en/rst/installing/nginx.rst')
-rw-r--r--docs/en/rst/installing/nginx.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/en/rst/installing/nginx.rst b/docs/en/rst/installing/nginx.rst
new file mode 100644
index 000000000..9f78d1305
--- /dev/null
+++ b/docs/en/rst/installing/nginx.rst
@@ -0,0 +1,9 @@
+.. _nginx:
+
+Nginx
+#####
+
+Nginx can run Bugzilla as a PSGI application using Plack.
+
+.. todo:: Give an example of how to configure Nginx and Plack.
+ Work tracked in `bug 645282 <https://bugzilla.mozilla.org/show_bug.cgi?id=645282>`_.