    ProxyPreserveHost on
    SetEnv proxy-nokeepalive 1
    ProxyPass /.well-known/acme-challenge/ !

    DocumentRoot /home/e-smith/files/ibays/Primary/html

    <IfModule mod_proxy_wstunnel.c>
      ProxyPassMatch ^/sockjs/(.*)/websocket ws://localhost:3000/sockjs/$1/websocket
      ProxyPass /websocket ws://localhost:3000/websocket
    </IfModule>

    ProxyPass / http://localhost:3000/
    ProxyPassReverse / http://localhost:3000/

    <Location />
        Require all granted
    </Location>

    <Location /.well-known/acme-challenge/>
        Require all granted
    </Location>
