mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-28 16:09:27 +03:00
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
<VirtualHost *:80>
|
|
ServerName localhost
|
|
ServerAlias 127.0.0.1
|
|
ServerAdmin webmaster@localhost
|
|
DocumentRoot /var/www/html
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
</VirtualHost>
|