Feature #12383

nginx: support alias in locations

Added by Christian Warden over 1 year ago.

Status:UnreviewedStart date:02/02/2012
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:nginxSpent 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.

Also available in: Atom PDF