mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 20:00:33 +00:00
14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
# environment variables
|
|
# WEB_REVERSE_PROXY_PORT ${WEB_REVERSE_PROXY_PORT}
|
|
|
|
Listen 80
|
|
|
|
<VirtualHost *:80>
|
|
|
|
ProxyPass / http://node:${WEB_REVERSE_PROXY_PORT}
|
|
# ProxyPassReverse / http://node:${WEB_REVERSE_PROXY_PORT}
|
|
|
|
ErrorLog logs/http-error.log
|
|
CustomLog logs/http-access.log common
|
|
|
|
</VirtualHost> |