docs(single_host): fix hostnames and tests
[arvados-formula.git] / test / salt / pillar / examples / nginx_workbench_configuration.sls
index 5b8e0e2fee9b3a271ff8c9a62448551bb14a1e7e..fbadc58259f2ec8ca810a0b7673b122329aad491 100644 (file)
@@ -19,7 +19,7 @@ nginx:
       ### STREAMS
       http:
         upstream workbench_upstream:
-          - server: '127.0.0.2:9000 fail_timeout=10s'
+          - server: 'workbench.internal:9000 fail_timeout=10s'
 
   ### SITES
   servers:
@@ -67,7 +67,7 @@ nginx:
         overwrite: true
         config:
           - server:
-            - listen: '127.0.0.2:9000'
+            - listen: 'workbench.internal:9000'
             - server_name: workbench
             - root: /var/www/arvados-workbench/current/public
             - index:  index.html index.htm