Skip to content

Commit

Permalink
fix(console): redirect 404 error to /
Browse files Browse the repository at this point in the history
(cherry picked from commit 118ac9f)
  • Loading branch information
jourdiw authored and jgiovaresco committed Mar 28, 2024
1 parent 1a0a16c commit c7d5d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gravitee-apim-console-webui/docker/config/default.conf
Expand Up @@ -24,6 +24,7 @@ server {

location / {
try_files $uri $uri/ =404;
error_page 404 /;
root /usr/share/nginx/html;
sub_filter '<base href="/"' '<base href="$CONSOLE_BASE_HREF"';
sub_filter_once on;
Expand Down

0 comments on commit c7d5d3e

Please sign in to comment.