Skip to content

Commit

Permalink
Fixed fixed favicon routing
Browse files Browse the repository at this point in the history
  • Loading branch information
hadiahmed098 authored Jul 6, 2022
1 parent 8e831d3 commit 9c5843d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx-prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ http {
}

location /favicon.ico {
try_files /ui/favicon.ico;
try_files /ui/favicon.ico =404;
}

location / {
Expand Down

0 comments on commit 9c5843d

Please sign in to comment.