src/server/daemon/location.h

changeset 737
b240ff52cee5
parent 651
ed74879c7041
equal deleted inserted replaced
736:f707afcd4218 737:b240ff52cee5
95 * Document root path 95 * Document root path
96 */ 96 */
97 cxmutstr docroot; 97 cxmutstr docroot;
98 98
99 /* 99 /*
100 * Reverse proxy url
101 */
102 cxmutstr proxy_url;
103
104 /*
105 * Reverse proxy header list
106 * Value: StringTemplate*
107 */
108 CxList *proxy_headers;
109
110 /*
100 * Redirect URL 111 * Redirect URL
101 * Can contain references to regex capture groups (redirect match regex, 112 * Can contain references to regex capture groups (redirect match regex,
102 * if available, or the location regex) 113 * if available, or the location regex)
103 */ 114 */
104 StringTemplate *redirect; 115 StringTemplate *redirect;

mercurial