8 lines
175 B
Text
8 lines
175 B
Text
<VirtualHost *:80>
|
|
ServerAdmin contact@colmaris.fr
|
|
|
|
DocumentRoot /app
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
</VirtualHost>
|