7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
<VirtualHost *:8081>
|
|
ProxyRequests On
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
</VirtualHost>
|