What is the alternative of the following apache configuration in OLS
I tried the websocket method , it only rerun 404
There is nothing on the debug log and I was unable to find a suitable documentation
ProxyPass "unix:/var/lib/myapp-web.sock|uwsgi://localhost/myapp/"
I tried the websocket method , it only rerun 404
websocket /myapp/ {
allowBrowse 1
address unix://var/lib/myapp-web.sock
}
There is nothing on the debug log and I was unable to find a suitable documentation