X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f92e43f87f137e00d3e23a2defa5c891da0e8462..8e17ce539b4a90711f4a8059a0eff11b9c64207b:/doc/install/install-api-server.html.textile.liquid diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid index 3b5ce04a12..d2b7566b7d 100644 --- a/doc/install/install-api-server.html.textile.liquid +++ b/doc/install/install-api-server.html.textile.liquid @@ -235,8 +235,12 @@ echo ws-only > "$envdir/ARVADOS_WEBSOCKETS" cd /var/www/arvados-api/current echo "Starting puma in `pwd`" -# You may need to change arguments below to match your deployment, especially -u. -exec chpst -m 1073741824 -u www-data:www-data -e "$envdir" \ +# Change arguments below to match your deployment, "webserver-user" and +# "webserver-group" should be changed to the user and group of the web server +# process. This is typically "www-data:www-data" on Debian systems by default, +# other systems may use different defaults such the name of the web server +# software (for example, "nginx:nginx"). +exec chpst -m 1073741824 -u webserver-user:webserver-group -e "$envdir" \ bundle exec puma -t 0:512 -e production -b tcp://127.0.0.1:8100