Hi, I'd like to set up OLS to listen to a unix socket instead of an IP port, which will then be utilized by a Cloudflare (Argo) tunnel. I poked around at possible options and tried adding this to
...but
What am I doing wrong?
/usr/local/lsws/conf/httpd_config.conf
:
Code:
listener Unix {
address uds:///tmp/lshttpd/lshttpd.sock
secure 0
map *
}
service lsws restart
doesn't generate any new socket at /tmp/lshttpd/lshttpd.sock
.What am I doing wrong?