Search found 1 match

by Wowik
06 Nov 2019, 08:30
Forum: General Discussion
Topic: API 404 on Nginx
Replies: 1
Views: 3935

Re: API 404 on Nginx

Here point is that API requests go to URI like this ....api/soap/mantisconnect.php/mc_issue_get
And I think nginx is configured to use PHP-FPM with usual directive
location ~ \.php$ {
...
}
So, API requests do not go to PHP-FPM but nginx tries to process them as usual files and nginx have this ...