Can't access website on different port
My setup:
nginx as reverse proxy
apache listening to port 9091
I can't access my website if I target the apache only (bypass nginx) to render my website:
It seems not resolving.
Any tip would greatly appreciated.
Thanks,
arpeggio
2 Replies
rtucker@racer-x:~$ dig www.spellrealty.com +short
spellrealty.com.
104.28.13.90
104.28.12.90
rtucker@racer-x:~$ dig spellrealty.com +short ns
woz.ns.cloudflare.com.
jade.ns.cloudflare.com.
You'll want to contact the CloudFlare folks to make sure they're set up to forward port 9091.
Thank you for the quick reply. That is helpful. Here is the cloudflare reply:
CloudFlare only supports the following ports listed below:
For requests made via HTTP (all domains on CloudFlare):
80
8080
8880
2052
2082
2086
2095
For requests made via HTTPS (only domains subscribed to Pro, Business, or Enterprise):
443
2053
2083
2087
2096
8443
Thanks again,
arpeggio