6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin webmaster@localhost
|
|
DocumentRoot /var/www/html
|
|
ServerName localhost
|
|
</VirtualHost>
|