zone117x / node-cryptonote-pool

Mining pool for CryptoNote based coins such as Bytecoin and Monero
GNU General Public License v2.0
823 stars 1.14k forks source link

Run web server AND mining listener on the same port (80) #295

Open bitlabware opened 6 years ago

bitlabware commented 6 years ago

Is there any reasonable way to do that and avoid having two different IP addresses/servers?

I'd like to accept shares on port 80 AND serve my actual web site on the same port. Is this doable at all? Any kind of apache rewriting that would work, maybe?

Same for 443 if possible ;)

Thanks!

Goldeneum commented 6 years ago

you can do that with nginx.