src/server/daemon/location.h

changeset 737
b240ff52cee5
parent 651
ed74879c7041
--- a/src/server/daemon/location.h	Wed Mar 18 21:42:35 2026 +0100
+++ b/src/server/daemon/location.h	Thu Mar 19 21:00:01 2026 +0100
@@ -97,6 +97,17 @@
     cxmutstr docroot;
     
     /*
+     * Reverse proxy url
+     */
+    cxmutstr proxy_url;
+    
+    /*
+     * Reverse proxy header list
+     * Value: StringTemplate*
+     */
+    CxList *proxy_headers;
+    
+    /*
      * Redirect URL
      * Can contain references to regex capture groups (redirect match regex,
      * if available, or the location regex)

mercurial