From 2dca177c03fbe51302828423ffb32272be27fe0a Mon Sep 17 00:00:00 2001 From: Mykola Marzhan Date: Fri, 15 Sep 2017 12:02:32 +0300 Subject: [PATCH] PMM-1476 make QAN2 default --- nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nginx.conf b/nginx.conf index e96e390c4..210ae948b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -55,11 +55,6 @@ # QAN App location /qan { alias /usr/share/percona-qan-app; - } - - # QAN App 2 - location /qan2 { - alias /usr/share/percona-qan-app2; try_files $uri$args $uri$args/ /index.html break; }