в данном случае теряется часть после знака ?
curl -X GET http://localhost:8090/pos/api/v1/delete_file?filename=filename.pdf
{"timestamp":"2022-06-17T06:23:30.138+00:00","status":405,"error":"Method Not Allowed","message":"","path":"/pos/api/v1/delete_file"}
curl -X DELETE http://localhost:8082/pos/api/v1/delete_file?filename=filename.pdf
{"timestamp":"2022-06-17T06:23:49.485+00:00","status":415,"error":"Unsupported Media Type","message":"","path":"/pos/api/v1/delete_file"}
https://nginx.org/ru/docs/http/ngx_http_core_module.html#var_request https://nginx.org/ru/docs/http/ngx_http_core_module.html#var_request_uri Найди отличия
а конфиг уже показывали?
Там вопрос вообще к nginx не относится
Обсуждают сегодня