Skip to content

Commit 7cf98a0

Browse files
committed
Fixed documentation about running as fastCGI.
1 parent 4ad4318 commit 7cf98a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/production.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The steps are:
5959
Configure Kansha for FCGI
6060
^^^^^^^^^^^^^^^^^^^^^^^^^
6161

62-
Append these directives to your configuration file:
62+
Put these directives into a new file, say ``fastcgi.cfg``:
6363

6464
.. code-block:: INI
6565
@@ -147,9 +147,9 @@ If you are using Apache, Nginx or Lighttpd, you'll find the detailled instructio
147147
Start Kansha
148148
^^^^^^^^^^^^
149149

150-
Once you have configured the FCGI publisher, you can start Kansha as usual::
150+
Once you have configured the FCGI publisher, you can start Kansha by providing the additional configuration file with the ``-c`` switch on the command line::
151151

152-
$ <VENV_DIR>/bin/nagare-admin serve </path/to/your/kansha.cfg>
152+
$ <VENV_DIR>/bin/nagare-admin serve </path/to/your/kansha.cfg> -c </path/to/your/fcgi.cfg>
153153

154154
That command starts the backend FCGI processes.
155155

0 commit comments

Comments
 (0)