Nginx reverse proxy configuration to dev portal

Hi,

After a successfull install of tyk on a ubuntu cloud instance (apt install approach), I have used the nginx configuration given by the old docs (v0.9 getting started) to map mydomain.com to the developper portal of the organisation (http://mydomain.com:3000/ORGID/portal).

Does your best practices concerning nginx conf has evolved since that version of the doc ?

Xavier

Hi Xavier,

The latest version of Tyk no longer requires nginx, which is why we made the decision not to include any nginx configuration settings in our latest user guide. You should still be able to use the configuration settings described in the older documentation but this is no longer a requirement.

Hope that helps.

Regards,
Jess @ Tyk

Hi Jess,

I could not achieve having one domaine name for API requests and one domain name for the dev portal configuring Tyk. It was straightforward with nginx. Moreover, it allows me to add some custom url mapping for the dev portal.

Thanks for your reply,
Xavier