Feature #12383
nginx: support alias in locations
| Status: | Unreviewed | Start date: | 02/02/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | nginx | Spent time: | - | |
| Target version: | - | |||
| Keywords: | Branch: | |||
Description
Pull request at https://github.com/puppetlabs/puppetlabs-nginx/pull/19
An alias can be specified for a location using alias_root instead of www_root. Aliases in nginx are similar to root directives except that the part of the request that matches the location is stripped when creating the path to file. See http://wiki.nginx.org/HttpCoreModule#alias for an example.