Commit 7ccda089 authored by Frédéric Buclin's avatar Frédéric Buclin

Fix documentation compilation errors due to bug 645282

parent 46c71791
...@@ -16,7 +16,7 @@ If using fcgiwrap, configure that in the normal way. ...@@ -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 If using Plack, install that, then arrange for the following command to be run
on startup: 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: For any configuration:
...@@ -28,10 +28,12 @@ Bugzilla. ...@@ -28,10 +28,12 @@ Bugzilla.
Use the following server block, adjusting to taste. Angle brackets are placed Use the following server block, adjusting to taste. Angle brackets are placed
around the strings that must be changed. around the strings that must be changed.
.. code-block:: nginx
server { server {
server_name <bugs.example.com>; 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 # optional if you don't have the autoindex module or have it off already
autoindex off; autoindex off;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment