From c86b0011ca3e9e8cc3f55f11ccf661e755688c6e Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 4 Jun 2018 12:39:36 +0200 Subject: fix hole in the documentation. --- doc/manual.texi | 12 ++++++++++-- 1 file 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-] -# 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, +# can be: TCP or UNIX. If TCP is given, then the +# additional UWSGI_PORT option becomes necessary. uwsgi_serve = # 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-.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 -- cgit v1.2.3