summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-04 12:39:36 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-04 12:39:36 +0200
commitc86b0011ca3e9e8cc3f55f11ccf661e755688c6e (patch)
treee7d7fc9a0796ad0fc8065a06b9e98bfb058d6270
parente5715d4667e3e7ff282ec29c52dbe0a1847c32af (diff)
downloadbackoffice-c86b0011ca3e9e8cc3f55f11ccf661e755688c6e.tar.gz
backoffice-c86b0011ca3e9e8cc3f55f11ccf661e755688c6e.tar.bz2
backoffice-c86b0011ca3e9e8cc3f55f11ccf661e755688c6e.zip
fix hole in the documentation.
-rw-r--r--doc/manual.texi12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/manual.texi b/doc/manual.texi
index 1db74fc..1eff954 100644
--- a/doc/manual.texi
+++ b/doc/manual.texi
@@ -127,8 +127,10 @@ currency = KUDOS
# application.
[backoffice-<name>]
-# <how> can be 'html' or 'uwsgi', so as to serve the Web site
-# via HTTP or WSGI.
+# This option sets the way the backoffice communicates
+# when it is instructed to operate via UWSGI. Therefore,
+# <how> can be: TCP or UNIX. If TCP is given, then the
+# additional UWSGI_PORT option becomes necessary.
uwsgi_serve = <how>
# those options will be read if the Web site is served via
@@ -137,6 +139,12 @@ uwsgi_unixpath_mode = 660
uwsgi_unixpath = /path/to/backoffice-<name>.uwsgi
uwsgi_unixmode = 666
+# If UWSGI_SERVE were set as 'TCP', then the following option
+# would have been necessary. It instructs the backoffice service
+# about which TCP port should be listened on, to communicate over
+# UWSGI.
+# uwsgi_port = 8080
+
# this option will be read if the Web site is served via
# HTTP.
http_port = 5959