fix(provision): refactor single host architectures
[arvados.git] / tools / salt-install / config_examples / single_host / multiple_hostnames / pillars / nginx_webshell_configuration.sls
index a0756b7ce5504df125225017bf16edc3422ef6b3..e75f0443434285785b2b5444f83524f6d94058a5 100644 (file)
@@ -37,7 +37,7 @@ nginx:
           - server:
             - server_name: webshell.__CLUSTER__.__DOMAIN__
             - listen:
-              - __HOST_SSL_PORT__ http2 ssl
+              - __CONTROLLER_EXT_SSL_PORT__ http2 ssl
             - index: index.html index.htm
             - location /shell.__CLUSTER__.__DOMAIN__:
               - proxy_pass: 'http://webshell_upstream'