From 2459d4895fd66c721db3e023db17a984a8fcf396 Mon Sep 17 00:00:00 2001 From: erob Date: Wed, 10 Mar 2021 17:31:31 +0000 Subject: [PATCH] Revert "try to alleviate istio issues" This reverts commit 9b2332ce4606246080ef47414081176f72671f9c --- image/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/nginx.conf b/image/nginx.conf index 59e7be1a..7ae3e853 100644 --- a/image/nginx.conf +++ b/image/nginx.conf @@ -37,7 +37,7 @@ http { error_page 404 /404.html; location / { - try_files $uri $uri/ $uri/index.html $request_uri $request_uri/ $request_uri/index.html =404; + try_files $uri $uri/ $uri/index.html =404; } } -- GitLab