mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
WIP Items module.
This commit is contained in:
14
docker/apache/sites/node.template
Normal file
14
docker/apache/sites/node.template
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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>
|
||||
Reference in New Issue
Block a user