Merge branch '17521-dot-slash-glob' refs #17521
[arvados.git] / tools / salt-install / config_examples / single_host / single_hostname / pillars / nginx_webshell_configuration.sls
index f0e7a19a4aa928004e8e205b07f008dfe8a728b5..1b21aaaeb6b1744545535ea4eab4ce02ece6ac44 100644 (file)
@@ -22,11 +22,11 @@ nginx:
         overwrite: true
         config:
           - server:
-            - server_name: __HOSTNAME__EXT__
+            - server_name: __HOSTNAME_EXT__
             - listen:
               - __WEBSHELL_EXT_SSL_PORT__ http2 ssl
             - index: index.html index.htm
-            - location /__HOSTNAME__:
+            - location /__HOSTNAME_EXT__:
               - proxy_pass: 'http://webshell_upstream'
               - proxy_read_timeout: 90
               - proxy_connect_timeout: 90