AppTemplates ( Nginx , HTTPD, OpenliteSpeed )
Eenos App templates
These templates are used to create customized virtual host settings for your website based on the apps hosted. If you have a wordpress website with some custom settings that required to configure on server side, you can create a custom vhost template for that website .
Please remember the create the app template for the webserver you are using.
You can create and manage App templates for the web server Apache HTTPD , Nginx and OpenLiteSpeed
Template Language : Mako
Apache HTTPD Template Locations
Template Type | Location | Description |
Global Template | /usr/local/eenos/templates/webserver/httpd | The default templates |
Global Custom Template |
/usr/local/eenos/templates/webserver/httpd/custom |
Your custom templates |
User Template | /var/eenos/userdata/USER/templates/httpd/ | For the Eenos user USER |
Nginx Template Locations
Template Type | Location | Description |
Global Template | /usr/local/eenos/templates/webserver/nginx | The default templates |
Global Custom Template |
/usr/local/eenos/templates/webserver/nginx/custom |
Your custom templates |
User Template | /var/eenos/userdata/USER/templates/nginx/ | For the Eenos user USER |
OpenLiteSpeed Template Locations
Template Type | Location | Description |
Global Template | /usr/local/eenos/templates/webserver/openlitespeed/ | The default templates |
Global Custom Template |
/usr/local/eenos/templates/webserver/openlitespeed/custom/ |
Your custom templates |
User Template | /var/eenos/userdata/USER/templates/openlitespeed/ | For the Eenos user USER |
The App name is the template file name.
If the template have same name for Global template , Global custom template and User template , then user template will have the higher priority
Don't delete the default templates provided by Eenos.
To create a custom template place a copy the templates to the custom template location and modify it.