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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -