summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-06-01 13:08:48 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2016-06-01 13:08:48 +0200
commit7ccda0890dafcb58f5665680b8af0ceb0acf85b0 (patch)
tree237c35d7ddd0ec8caba1e97afbd9e90ab0debd53 /docs
parent46c71791c48c61ee0c1be1d899473bcff2a0e0cf (diff)
downloadbugzilla-7ccda0890dafcb58f5665680b8af0ceb0acf85b0.tar.gz
bugzilla-7ccda0890dafcb58f5665680b8af0ceb0acf85b0.tar.xz
Fix documentation compilation errors due to bug 645282
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/installing/nginx.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/en/rst/installing/nginx.rst b/docs/en/rst/installing/nginx.rst
index 47c26ee20..79a1d767f 100644
--- a/docs/en/rst/installing/nginx.rst
+++ b/docs/en/rst/installing/nginx.rst
@@ -16,7 +16,7 @@ If using fcgiwrap, configure that in the normal way.
If using Plack, install that, then arrange for the following command to be run
on startup:
- plackup -s FCGI --listen /run/bugzilla.sock /srv/bugzilla/app.psgi
+:command:`plackup -s FCGI --listen /run/bugzilla.sock /var/www/html/bugzilla/app.psgi`
For any configuration:
@@ -28,10 +28,12 @@ Bugzilla.
Use the following server block, adjusting to taste. Angle brackets are placed
around the strings that must be changed.
+.. code-block:: nginx
+
server {
server_name <bugs.example.com>;
- root </srv/bugzilla>;
+ root </var/www/html/bugzilla>;
# optional if you don't have the autoindex module or have it off already
autoindex off;