snippet allow
AllowOverride ${1:#:AuthConfig} ${2:#:FileInfo} ${3:#:Indexes} ${4:#:Limit} ${5:#:Options}
snippet opt
Options ${1:#:All} ${2:#:ExecCGI} ${3:#:FollowSymLinks} ${4:#:Includes} ${5:#:IncludesNOEXEC} ${6:#:Indexes} ${7:#:MultiViews} ${8:#:SymLinksIfOwnerMatch}
snippet vhost
ServerAdmin webmaster@${1}
DocumentRoot /www/vhosts/${1}
ServerName ${1}
ErrorLog logs/${1}-error_log
CustomLog logs/${1}-access_log common
snippet dir
${0}
snippet ifmodule
${2}
snippet if
${2}
snippet RemoteIPHeader
RemoteIPHeader X-Forwarded-For
snippet location
${2:config}
snippet locationmatch
${2:config}
snippet directoryindex
DirectoryIndex index.php index.html
snippet require
Require all granted