On one of our staging/testing server (ngnix/apache config tried with both) for every PUT request to Php Laravel app, i'm getting 504 Gateway Time-out while the rest of the requests are working correctly. When testing locally there are no errors. No modification were made to the code and it was working just fine few weeks ago.
Interestingly PUT request is working just fine for my teammates. is it something to do with my ISP OR something is wrong at our staging server ?
NOTE: PUT request is working just fine for me at our Production server (ngnix config)