8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
|
<VirtualHost *:80>
|
||
|
ServerAdmin webmaster@localhost
|
||
|
DocumentRoot /var/www/html
|
||
|
|
||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||
|
ProxyPass / http://app:5000/
|
||
|
</VirtualHost>
|