I have Linux ubuntu where I installed Open edX and Drupal. Open Edx using nginx and so I prefer to use nginx with Drupal too to avoid installing more packages for apache and load the machin.
I would like to have the main domain (e.g. example.com) pointing to the Drupal website and subdomain (e.g. learn.example.com) to point the Open edX website.
How to configure nginx to do that?