Skip to content

Instantly share code, notes, and snippets.

@perusio
Last active August 29, 2015 13:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perusio/9033447 to your computer and use it in GitHub Desktop.
Save perusio/9033447 to your computer and use it in GitHub Desktop.
Create a map to extract the subdir.
map $uri $drupal_dir {
~^/(?<dir>[^/]*)/ $dir;
}
@perusio
Copy link
Author

perusio commented Feb 16, 2014

Put this in your nginx.conf. See https://gist.github.com/perusio/9033590 for the Drupal specific configuration that accompanies this snippet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment