X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3b893d17a9499705708da771ceafbd59b1259e70..dd6bbea1497114eed99285753bc163972717dfbb:/doc/install/install-keepproxy.html.textile.liquid?ds=sidebyside diff --git a/doc/install/install-keepproxy.html.textile.liquid b/doc/install/install-keepproxy.html.textile.liquid index 14e5ed5741..a6bb5d4bd9 100644 --- a/doc/install/install-keepproxy.html.textile.liquid +++ b/doc/install/install-keepproxy.html.textile.liquid @@ -57,7 +57,9 @@ The Keepproxy server needs a token to talk to the API server. On the AP h3. Set up the Keepproxy service -We recommend you run Keepproxy under "runit":http://smarden.org/runit/ or a similar supervisor. Make sure the launcher sets the envirnoment variables @ARVADOS_API_TOKEN@ (with the token you just generated), @ARVADOS_API_HOST@, and, if needed, @ARVADOS_API_HOST_INSECURE@. The core keepproxy command to run is: +Install runit to supervise the keepproxy daemon. {% include 'install_runit' %} + +The run script for the keepproxy service should set the environment variables @ARVADOS_API_TOKEN@ (with the token you just generated), @ARVADOS_API_HOST@, and, if needed, @ARVADOS_API_HOST_INSECURE@. The core keepproxy command to run is:
ARVADOS_API_TOKEN={{railsout}} ARVADOS_API_HOST=uuid_prefix.your.domain exec keepproxy
@@ -77,7 +79,7 @@ upstream keepproxy {
 
 server {
   listen                [your public IP address]:443 ssl;
-  server_name           keep.uuid_prefix.your.domain
+  server_name           keep.uuid_prefix.your.domain;
 
   proxy_connect_timeout 90s;
   proxy_read_timeout    300s;