It is no problem to run Drupal 7 behind a reverse proxy.
You just need to set the base_url (without a trailing slash):
$base_url = 'http://example.com/drupal';
It is no problem to run Drupal 7 behind a reverse proxy.
You just need to set the base_url (without a trailing slash):
$base_url = 'http://example.com/drupal';