Exclude pattern does not match with this url

1
0
-1

HEllo do someone already have this problem? Remove subpath (context root) in nginx for a java app
i tried to remove /bonita in url

==> /var/log/apache2/access.log <==
81.220.52.20 - - [15/Oct/2022:22:11:18 +0000] "GET /bonita/apple-touch-icon.png HTTP/1.1" 404 1149 "-" "Safari/17614.1.25.9.10 CFNetwork/1335.0.3 Darwin/21.6.0"

==> server/logs/bonita.log <==
2022-10-15T22:11:18,922+0000 | ip-10-0-1-238 | DEBUG | [http-nio-8080-exec-2|87] o.b.c.c.s.f.URLExcludePattern - Exclude pattern does not match with this url:http://127.0.0.1:8080/bonita/images/favicon2.ico
2022-10-15T22:11:18,922+0000 | ip-10-0-1-238 | DEBUG | [http-nio-8080-exec-2|87] o.b.c.c.s.f.URLExcludePattern - Exclude pattern does not match with this url:http://127.0.0.1:8080/bonita/images/favicon2.ico
2022-10-15T22:11:18,923+0000 | ip-10-0-1-238 | INFO | [http-nio-8080-exec-2|87] o.b.c.c.s.s.ErrorPageServlet - Displaying error page with code 404

==> /var/log/apache2/access.log <==
81.220.52.20 - - [15/Oct/2022:22:11:18 +0000] "GET /bonita/images/favicon2.ico HTTP/1.1" 404 1149 "-" "Safari/17614.1.25.9.10 CFNetwork/1335.0.3 Darwin/21.6.0"
81.220.52.208 - - [15/Oct/2022:22:11:18 +0000] "GET /favicon.ico HTTP/1.1" 302 667 "-" "Safari/17614.1.25.9.10 CFNetwork/1335.0.3 Darwin/21.6.0"

No answers yet.
Notifications