:orphan: .. index:: pair: struct; nginx_http_loc .. _doxid-structnginx__http__loc: struct nginx_http_loc ===================== .. toctree:: :hidden: Overview ~~~~~~~~ HTTP location settings :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct nginx_http_loc { // fields char* :ref:`name`; char* :ref:`uri`; char* :ref:`ret`; char* :ref:`index`; char* :ref:`root`; char* :ref:`ssl_name`; char* :ref:`proxy_pass_url`; char* :ref:`proxy_http_version`; char* :ref:`proxy_ssl_name`; // methods :ref:`LIST_ENTRY`(nginx_http_loc); :ref:`LIST_HEAD`(:ref:`nginx_http_header`); }; .. _details-structnginx__http__loc: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ HTTP location settings Fields ------ .. index:: pair: variable; name .. _doxid-structnginx__http__loc_1a1d1a9f605b568d7a7adb39801c583dd2: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Friendly name of location .. index:: pair: variable; uri .. _doxid-structnginx__http__loc_1a3e13017ec9ac2a4e8bf60c31b9858ae0: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* uri URI specification for matching .. index:: pair: variable; ret .. _doxid-structnginx__http__loc_1a7d8d99f6acb0e4e81d432cc737b956d7: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ret Return directive value .. index:: pair: variable; index .. _doxid-structnginx__http__loc_1a2e9936a8661690d050e35892c4097945: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* index Index filename .. index:: pair: variable; root .. _doxid-structnginx__http__loc_1a3f4c1cf2f0cdc9541a119dde6cf407f1: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* root Root path .. index:: pair: variable; ssl_name .. _doxid-structnginx__http__loc_1a0f3d20d030d114c39dfefa4791df9cc1: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ssl_name SSL settings object instance name .. index:: pair: variable; proxy_pass_url .. _doxid-structnginx__http__loc_1aa601186803cc1626441715be316f035c: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* proxy_pass_url URL for location proxying .. index:: pair: variable; proxy_http_version .. _doxid-structnginx__http__loc_1a29784deb4761ed4d3bd1e7fd4a57d5e0: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* proxy_http_version HTTP version to set on proxying .. index:: pair: variable; proxy_ssl_name .. _doxid-structnginx__http__loc_1ac6aaf0161eaed04bbc76b2a7fed7c58b: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* proxy_ssl_name SSL settings object instance name for proxying Methods ------- .. index:: pair: function; LIST_ENTRY .. _doxid-structnginx__http__loc_1a7cd1952425ff2922a6d7e38ed1b70c89: .. ref-code-block:: cpp :class: doxyrest-title-code-block LIST_ENTRY(nginx_http_loc) Linked list of locations .. index:: pair: function; LIST_HEAD .. _doxid-structnginx__http__loc_1a120034c87b91d4ab7eb096850402cb35: .. ref-code-block:: cpp :class: doxyrest-title-code-block LIST_HEAD(:ref:`nginx_http_header`) HTTP headers for rewriting/appending on proxying