Simple TCP socket and HTTP proxy on single port with nginx -
i have process listening port 23333 , have files serve through https in directory on server, /var/www/files/
can use nginx serve files , act proxy socket on single port, e.g. 21000?
e.g. able do:
telnet example.com 21000
and
curl https://example.com:21000/files/file.txt
Comments
Post a Comment