You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* conversion of its `.htaccess` files fails in any way
77
-
* unsupported handler is used. Apache2MaxWebserver only supports PHP-FPM handler
77
+
* unsupported handler is used. MaxWebserver only supports PHP-FPM and MOD_LSAPI handlers
78
78
79
79
## List proxied websites
80
80
@@ -88,12 +88,12 @@ This command lists all websites that are forced to be served by Apache and the r
88
88
89
89
## Other notes
90
90
91
-
Apache2MaxWebserver automatically converts `.htaccess` files to NGINX configuration, stored under the directory `/etc/nginx`
91
+
MAx Web Server automatically converts `.htaccess` files to NGINX configuration, stored under the directory `/etc/nginx`
92
92
as `apache2nginx.conf` and files prefixed with `apache2nginx-`.
93
93
94
94
Please don't modify these files manually, as they will be overwritten by the monitoring subsystem.
95
95
96
96
Instead, if you want to augment the NGINX configuration, you can do any of the following:
97
97
98
-
* Work with your `.htaccess` files like usually, and let Apache2MaxWebserver automatically convert them to respective NGINX configuration
98
+
* Work with your `.htaccess` files like usually, and let MAx Web Server automatically convert them to respective NGINX configuration
99
99
* Add files according to `ea-nginx` files conventions. Please refer to the [cPanel documentation](https://docs.cpanel.net/knowledge-base/web-services/nginx-with-reverse-proxy/).
0 commit comments