X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ccfad8f850f6d3edc43e7757fbeed112864efd18..e7c542383a6364d422a14704a8ab11c96a976a41:/doc/install/install-controller.html.textile.liquid diff --git a/doc/install/install-controller.html.textile.liquid b/doc/install/install-controller.html.textile.liquid index ccb8d980ae..394aa0fdf7 100644 --- a/doc/install/install-controller.html.textile.liquid +++ b/doc/install/install-controller.html.textile.liquid @@ -85,19 +85,20 @@ Restart Nginx to apply the new configuration. -h3. Configure arvados-controller +h3(#configuration). Configure arvados-controller Create the cluster configuration file @/etc/arvados/config.yml@ using the following template.
Clusters:
   uuid_prefix:
-    NodeProfiles:
-      apiserver:
-        arvados-controller:
-          Listen: ":9004" # must match the "upstream controller" section of your Nginx config
+    Services:
+      Controller:
+        InternalURLs:
+          "http://localhost:9004": {} # must match the "upstream controller" section of your Nginx config
+      RailsAPI:
         arvados-api-server:
-          Listen: ":8000" # must match the "upstream api" section of your Nginx config
+          "http://localhost:8000": {} # must match the "upstream api" section of your Nginx config
     PostgreSQL:
       ConnectionPool: 128
       Connection: