EasyManuals Logo

AudioCodes E-SBC User Manual

AudioCodes E-SBC
1414 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #302 background imageLoading...
Page #302 background image
CHAPTER16 Services
Mediant 1000 Gateway & E-SBC | User's Manual
Parameter Description
â–  [1] Exact = Defines an exact pattern to match, for example,
"/abc/def" matches only the file "/abc/def". For NGINX, this
option is specified using the "=" modifier.
â–  [2] Regex = Regex-based pattern (case sensitive), for example,
"/files/*.img" matches all files ending in .img in the directory
/files. For NGINX, this option is specified using the "~" modifier.
â–  [3] Case-Insensitive Regex = Regex-based pattern that is
case-insensitive, for example, "*.img" matches abc.IMG as well
as xyz.img. For NGINX, this option is specified using the "~*"
modifier.
â–  [4] Prefix Ignore Regex = For NGINX, this option is specified
using the "^~" modifier.
For example, assume that you have configured the following URL
patterns for four HTTP Locations:
■ 1) /files – Prefix pattern type
■ 2) /files/phone – Prefix pattern type
â–  3) /files/firmware -- Prefix-Ignore-Regex pattern type
■ 4) *.jpg – Regex pattern type
Therefore, the request URL "/files/phone/aaa" matches Location 2
and the request URL "/files/phone/logo.jpg" matches Location 4.
The request URL "/files/firmware/logo.jpg" matches Location 3 (and
not Location 4).
Note: The NGINX directive for this parameter is "location modifier
pattern". For more information on NGINX modifiers, see ngx_http_
core_module.html.
'Upstream Scheme'
upstream-scheme
[HTTPLocation_
UpstreamScheme]
Defines the protocol for sending requests to the Upstream Group.
â–  [0] HTTP (default)
â–  [1] HTTPS
Note: The NGINX directive for this parameter is "proxy_pass
scheme://upstream".
'Upstream Group'
upstream-group
[HTTPLocation_
UpstreamGroup]
Assigns a group of servers (Upstream Group) to handle the HTTP
requests. To configure Upstream Groups, see Configuring Upstream
Groups on page268.
Note: The NGINX directive for this parameter is "proxy_pass
scheme://upstream".
'Upstream Path'
upstream-path
[HTTPLocation_
UpstreamPath]
Defines a path to prepend to the URL before sending the request to
the Upstream Group.
Note: The NGINX directive for this parameter is "proxy_pass
scheme://upstream/path".
'Outbound Interface'
outbound-intfc
[HTTPLocation_
OutboundInterface]
Assigns a local, IP network interface for sending requests to the
Upstream Group. To configure IP network interfaces, see
Configuring IP Network Interfaces on page97.
By default, no value is defined.
Note:
â–  The parameter is mandatory.
- 264 -

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the AudioCodes E-SBC and is the answer not in the manual?

AudioCodes E-SBC Specifications

General IconGeneral
BrandAudioCodes
ModelE-SBC
CategoryGateway
LanguageEnglish

Related product manuals