Changes between Version 3 and Version 4 of ethercalc
- Timestamp:
- Dec 5, 2016, 11:03:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ethercalc
v3 v4 19 19 20 20 exec 2>&1 21 exec chpst -e ./env -u calc:calc /usr/bin/nodejs /home/calc/node_modules/ethercalc/bin/ethercalc -- keyfile /home/calc/keys/calc.mayfirst.org.key --certfile /home/calc/keys/calc.mayfirst.org.crt --basepath https://calc.mayfirst.org:800021 exec chpst -e ./env -u calc:calc /usr/bin/nodejs /home/calc/node_modules/ethercalc/bin/ethercalc --basepath https://calc.mayfirst.org 22 22 }}} 23 23 … … 40 40 SSLEngine On 41 41 SSLProxyEngine On 42 SSLCertificateFile /home/calc/keys/calc.mayfirst.org.apache.crt 43 SSLCertificateKeyFile /home/calc/keys/calc.mayfirst.org.key 44 SSLCertificateChainFile /home/calc/keys/calc.mayfirst.org.apache.intermediate.crt 45 42 SSLCertificateFile /etc/letsencrypt/live/calc.mayfirst.org/fullchain.pem 43 SSLCertificateKeyFile /etc/letsencrypt/live/calc.mayfirst.org/privkey.pem 46 44 ProxyPreserveHost On 47 45 ProxyRequests off 48 ProxyPass / http s://calc.mayfirst.org:8000/49 ProxyPassReverse / http s://calc.mayfirst.org:8000/46 ProxyPass / http://localhost:8000/ 47 ProxyPassReverse / http://localhost:8000/ 50 48 </VirtualHost> 51 49 }}}