All Questions
1 question
0
votes
0
answers
305
views
How to store request data of post requests on an nginx server?
I have a python application running on an gunicorn server which is behind a nginx server. A post request with JSON data hits the nginx server, which then forwards it to gunicorn server. There is a ...