Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
NameVirtualHost 89.252.247.34:80
<VirtualHost 89.252.247.34:80>
ServerAdmin webmaster@eth1.info
DocumentRoot /var/www/eth1.info/
ServerName eth1.info
ServerAlias www.eth1.info
<Directory /var/www/eth1.info/>
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
</Directory>
ErrorLog "/var/www/eth1.info/logs/error.log"
CustomLog "/var/www/eth1.info/logs/access.log" common
</VirtualHost>
<VirtualHost 89.252.247.34:80>
ServerAdmin webmaster@elhovo.net
DocumentRoot /var/www/elhovo.net/
ServerName elhovo.net
ServerAlias www.elhovo.net
<Directory /var/www/elhovo.net/>
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
</Directory>
ErrorLog "/var/www/elhovo.net/logs/error.log"
CustomLog "/var/www/elhovo.net/logs/access.log" common