Situation:
Large website with lots of small images (1.000.000+). Webserver: nginx_apache
Almost every static file relies on a htaccess rewrite pointing to a specific folder on my server.
As far as I understand this means that when a request is received by Nginx it first needs to pass through Apache because of the htaccess url rewrite.
Question: is there still any benefit in using nginx_apache or should I be using only Apache?
Large website with lots of small images (1.000.000+). Webserver: nginx_apache
Almost every static file relies on a htaccess rewrite pointing to a specific folder on my server.
As far as I understand this means that when a request is received by Nginx it first needs to pass through Apache because of the htaccess url rewrite.
Question: is there still any benefit in using nginx_apache or should I be using only Apache?