Skip to content Skip to sidebar Skip to footer

Add New Ports Like 8081 In Cloudflare

I have two Django project running on port 8080 and 8081 with named domain name abc.com Now we added our website to Cloudflare so abc.com with new IP with port 8080 is working fine

Solution 1:

As noted here this appears to be impossible without Cloudflare Spectrum which is only available on paid plans. This explains why 8080 works but 8081 does not.

If possible consider using one of the other non-standard ports instead:

HTTP: 8080 8880 2052 2082 2086 2095

HTTPS: 2053 2083 2087 2096 8443

Post a Comment for "Add New Ports Like 8081 In Cloudflare"