Skip to main content

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 wordpressWordPress website  with some custom settings that are required to configurebe configured on the server side, you can create a custom vhost template for that website .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 HTTPDHTTPD, , NginxNginx, 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 havehas the same name foras the Global template ,template, Global custom templatetemplate, and User template ,template, then the user template will have the higher priority

Don't delete the default templates provided by Eenos.

To create a custom template place atemplate, copy the templates to the custom template location and modify it.