Skip to content

Commit

Permalink
manifests: specify catch-all server_name for kubeapps vhost, closes #361
Browse files Browse the repository at this point in the history
 (#387)
  • Loading branch information
Sameer Naik authored and prydonius committed Jul 5, 2018
1 parent 3e392a8 commit 56a677c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/nginx-vhost.conf
Expand Up @@ -10,6 +10,7 @@ proxy_set_header Connection $connection_upgrade;

server {
listen %(ui_port)s;
server_name _;

location /api/kube {
rewrite /api/kube/(.*) /$1 break;
Expand Down

0 comments on commit 56a677c

Please sign in to comment.