UNCLASSIFIED

Commit 9b2332ce authored by erob's avatar erob
Browse files

try to alleviate istio issues

parent 8796a140
......@@ -37,7 +37,7 @@ http {
error_page 404 /404.html;
location / {
try_files $uri $uri/ $uri/index.html =404;
try_files $uri $uri/ $uri/index.html $request_uri $request_uri/ $request_uri/index.html =404;
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment