Changes between Version 3 and Version 4 of ethercalc


Ignore:
Timestamp:
Dec 5, 2016, 11:03:53 PM (9 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ethercalc

    v3 v4  
    1919
    2020exec 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:8000
     21exec chpst -e ./env -u calc:calc /usr/bin/nodejs /home/calc/node_modules/ethercalc/bin/ethercalc --basepath https://calc.mayfirst.org
    2222}}}
    2323
     
    4040        SSLEngine On
    4141        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
    4644        ProxyPreserveHost On
    4745        ProxyRequests off
    48         ProxyPass / https://calc.mayfirst.org:8000/
    49         ProxyPassReverse / https://calc.mayfirst.org:8000/
     46        ProxyPass / http://localhost:8000/
     47        ProxyPassReverse / http://localhost:8000/
    5048</VirtualHost>
    5149}}}