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:
17
docker/apache/sites/node-https.template
Normal file
17
docker/apache/sites/node-https.template
Normal file
@@ -0,0 +1,17 @@
|
||||
# environment variables
|
||||
# WEB_REVERSE_PROXY_PORT ${WEB_REVERSE_PROXY_PORT}
|
||||
|
||||
Listen 443
|
||||
|
||||
<VirtualHost *:443>
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/ssl/cert1.pem
|
||||
SSLCertificateKeyFile /etc/ssl/privkey1.pem
|
||||
|
||||
ProxyPass / http://node:${WEB_REVERSE_PROXY_PORT}
|
||||
|
||||
ErrorLog logs/https-error.log
|
||||
CustomLog logs/https-access.log common
|
||||
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user