Issue Apache server-status display static files requests even with nginx activated

mickael

New Pleskian
Hi,

While inspecting the server-status page of apache, I discovered that it displays requests for static-files (jpeg for example).

However, nginx is configured to serve static files directly.

Apache is not supposed to see those requests.

Is it normal ? How can I ensure that files are really processed only by nginx and not delivered through apache ?

Thanks,
 
Back
Top