aliascopy=1
aliasdomslimit=none
aliaslimit=none
append_style=0
autoconfig=none
avail=dns=1 mail=1 web=1 webalizer=1 mysql=1 postgres=0 spam=1 file=0 filemin=1 passwd=1 proc=2 cron=1 at=1 telnet=1 updown=0 change-user=1 htaccess-htpasswd=1 mailboxes=1 custom=0 shell=0 webminlog=0 syslog=1 phpini=1 virtualmin-awstats=1
bccto=none
bwlimit=none
capabilities=none
created=1624289810
dbgroup=none
dbslimit=none
default=0
defmquota=512000
disabled_url=none
disabled_web=none
dns_dmarc=yes
dns_dmarcp=none
dns_dmarcpct=100
dns_indom=0
dns_master=none
dns_mx=none
dns_prins=1
dns_records=@ www ftp localhost m
dns_spf=yes
dns_spfall=0
dns_sub=yes
dns=none
dnssec_alg=RSASHA256
dnssec=none
dom_aliases_bounce=0
dom_aliases=postmaster=${EMAILTO}	webmaster=${EMAILTO}	abuse=${EMAILTO}	hostmaster=${EMAILTO}
domalias_type=0
domalias=none
domslimit=0
exclude=none
extra_prefix=none
featurelimits=none
file=/etc/webmin/virtual-server/templates/10
for_alias=1
for_parent=1
for_users=1
forceunder=0
frame=<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">	<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">	<head>	<title>${PROXY_TITLE}</title>	<meta http-equiv="content-type" content="text/html" />	${PROXY_META}	</head>	<frameset rows="100%,*">	  <frame src="${PROXY_PASS}" name="top" frameborder="0" framespacing="0" noresize="noresize" />	  <frame src="/frameblank.html" frameborder="0" framespacing="0" noresize="noresize" title="blank page" scrolling="no" marginwidth="0" marginheight="0" />	  <noframes>	  <body>	  </body>	  </noframes>	</frameset>	</html>		
ftp=ServerName ${DOM}	<Anonymous ${HOME}/ftp>	User ftp	Group nogroup	UserAlias anonymous ftp	<Limit WRITE>	DenyAll	</Limit>	RequireValidShell off	</Anonymous>
ftpgroup=none
gacl_groups=${GROUP}
gacl_root=${HOME}
gacl_ugroups=${GROUP}
gacl_umode=1
gacl=1
hashpass=1
hashtypes=*
id=10
logrotate_files=none
logrotate_shared=yes
logrotate=none
mail=The following virtual server has been set up successfully :		Domain name:             ${DOM}	Hosting server:          ${HOSTNAME}	${IF-VIRT}	Virtual IP address:      ${IP}	${ENDIF-VIRT}	Administration login:    ${USER}	Administration password: ${PASS}	${IF-WEBMIN}	Administration URL:      ${WEBMIN_PROTO}://www.${DOM}:${WEBMIN_PORT}/	${ENDIF-WEBMIN}		${IF-WEB}	Website:                 http://www.${DOM}/	${IF-WEBALIZER}	Webalizer log reporting: Enabled	${ELSE-WEBALIZER}	Webalizer log reporting: Disabled	${ENDIF-WEBALIZER}		${ENDIF-WEB}	${IF-MAIL}	Email domain:            ${DOM}	SMTP server:             mail.${DOM}	POP3 server:             mail.${DOM}	${IF-MX_SLAVES}	Backup SMTP servers:     ${MX_SLAVES}	${ENDIF-MX_SLAVES}		${ENDIF-MAIL}	${IF-DNS}	DNS domain:              ${DOM}	Nameserver:              ${DNS_SERVER}	${IF-DNS_SLAVES}	Slave nameservers:       ${DNS_SLAVES}	${ENDIF-DNS_SLAVES}		${ENDIF-DNS}	${IF-MYSQL}	MySQL database:          ${DB}	MySQL login:             ${MYSQL_USER}	${IF-MYSQL_PASS}	MySQL password:          ${MYSQL_PASS}	${ELSE-MYSQL_PASS}	MySQL password:          ${PASS}	${ENDIF-MYSQL_PASS}		${ENDIF-MYSQL}	${IF-POSTGRES}	PostgreSQL database:     ${DB}	PostgreSQL login:        ${USER}	PostgreSQL password:     ${PASS}		${ENDIF-POSTGRES}	
mailboxlimit=none
mailgroup=none
mongrelslimit=4
mysql_charset=utf8mb4
mysql_chgrp=1
mysql_collate=utf8mb4_unicode_ci
mysql_conns=none
mysql_hosts=none
mysql_mkdb=1
mysql_nopass=0
mysql_nouser=0
mysql_suffix=none
mysql_uconns=none
mysql=${PREFIX}
name=WikiSuite 1
namedconf=none
nodbname=0
noscripts=0
othergroups=none
outlook_autoconfig=none
owners=*
php_fpm=php_admin_value[sys_temp_dir] = $HOME/tmp
php_vars=none
php7.3cgi=none
php7.3fcgi=none
postgres_encoding=none
quota=1048576
quotatype=hard
ranges=none
ranges6=none
realdomslimit=none
resellers=*
resources=none
sgroup=none
skel_subs=0
skel=/etc/skel
spamclear=days 365
spamtrap=none
standard=0
status=none
statusonly=0
statussslcert=1
ugroup=none
ujail=0
uquota=1048576
user_aliases=none
ushell=none
virtualmin-awstatspasswd=1
web_admin=0
web_alias=1
web_dovecot_ssl=1
web_html_perms=0750
web_php_noedit=0
web_php_suexec=3
web_phpver=7.4
web_port=80
web_postfix_ssl=1
web_ruby_suexec=-1
web_ssi=2
web_sslport=443
web_stats_hdir=stats
web_stats_noedit=1
web_stats_pass=1
web_user=www-data
web_usermin_ssl=1
web_webmail=0
web_webmin_ssl=1
web=ServerName ${DOM}	DocumentRoot ${HOME}/public_html	ErrorLog /var/log/virtualmin/${DOM}_error_log	CustomLog /var/log/virtualmin/${DOM}_access_log combined	ScriptAlias /cgi-bin/ ${HOME}/cgi-bin/	DirectoryIndex index.php index.php4 index.php5 index.html index.htm	<Directory ${HOME}/public_html>	    Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch 	    allow from all	    AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch	</Directory>	<Directory ${HOME}/cgi-bin>	    allow from all	    AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch	</Directory>	
webalizer=none
virtualmin-nginx=location ~ "\.(bak|inc|lib|sh|tpl|sql|shtml|asp|xml\.dist)$" {	    deny all;	}	location ~ "(changelog\.txt|_htaccess|README|INSTALL|web_config|copyright\.txt|composer\..*)$" {	    deny all;	}	index index.php index.html;	gzip_vary on;	gzip on;	gzip_types text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json;	etag off;	fastcgi_param HTTP_PROXY "";	location ~* "\.(gif|png|jpe?g|svgz?|ico)$" {	    add_header Access-Control-Allow-Origin "*";	    expires 30d; 	}	location ~* "\.(ttf|ttc|otf|eot|woff2?)$" {	    add_header Access-Control-Allow-Origin "*";	    expires 30d; 	}	add_header Accept-Ranges "bytes";	location ~* "\.(js|css)$" {	    expires 30d;	}	rewrite ^/img/lib/(.*)$ /vendor/tikiwiki/diagram/img/lib/$1 last;	fastcgi_param HTTP_AUTHORIZATION $http_authorization;	fastcgi_param HTTP_IF_NONE_MATCH $http_if_none_match;	fastcgi_param HTTP_IF_MODIFIED_SINCE $http_if_modified_since;	if ($request_method ~ ^(PATCH|TRACE)$) {	    return 405;	}	location ~ "(^|/)\.(?!well-known/)" {	    deny all;	}	rewrite ^robots\.txt$ route.php last;	location / {	    try_files $uri $uri/ "/route.php?q=$uri&$args";	}	location "/.well-known/caldav" {	    return 301 tiki-caldav.php;	}	location "/.well-known/carddav" {	    return 301 tiki-carddav.php;	}	location ~ "^/temp/.*\.(png|html|js|css|pdf)$" {	   allow all;	}	location ~ "^/temp(|/.*)$" {	   deny all;	}	
