Hi, I am trying to log POST data through this configuration in nginx.conf. server { log_format myformat $request_body; .... .... location /myresponse { return 200; } location =/mypage { if ($request_method != POST) { return 405; } proxy_pass http://127.0.0.1:$server_port/myresponse;by vyom - How to...
![]() |
![]() |
![]() |
![]() |
|