Documentation
¶
Index ¶
Constants ¶
View Source
const HttpdConfTemplate = `` /* 3939-byte string literal not displayed */
HttpdConfTemplate is the template string for a httpd.conf file
View Source
const NginxConfTemplate = `` /* 7082-byte string literal not displayed */
NginxConfTemplate is the template string for a nginx.conf file
View Source
const PhpFpmConfTemplate = `` /* 21991-byte string literal not displayed */
PhpFpmConfTemplate is the template string for a php-fpm.conf file
View Source
const PhpIniTemplate = `` /* 71458-byte string literal not displayed */
PhpIniTemplate is the template string for a php.ini file
Variables ¶
This section is empty.
Functions ¶
func ProcessTemplateToFile ¶
ProcessTemplateToFile writes out a specific template to the given file name
Types ¶
type HttpdConfig ¶
HttpdConfig supplies values for templated httpd.conf
type NginxConfig ¶ added in v0.0.6
NginxConfig supplies values for templated nginx.conf
type PhpFpmConfig ¶
PhpFpmConfig supplies values for templated php-fpm.conf
Click to show internal directories.
Click to hide internal directories.