Search K
Appearance
Appearance
With the nginx_apache reverse proxy, static files are served by Nginx and PHP files are processed by Apache, thus overall performance is improved.
And yes, the setup is fully compatible with .htaccess files.
In general, the schema is:
To install nginx_apache, do the following:
da build set webserver nginx_apache
da build nginx_apache
da build php
da build rewrite_confsAs Nginx and Apache are working simultaneously, if any modifications are necessary (such as the creation of a wildcard subdomain, automatic Webmail subdomains, etc), you must apply the necessary edits to both Nginx and Apache. Use appropriate sections in this guide for instructions.