<!-- review: finished -->

<a id="quickaccess"></a>

# Acceso rápido a directivas y variables de Angie

Puedes acceder rápidamente a la documentación de todas las directivas y variables
de Angie sin buscar en el sitio a través de nuestro servicio de enlaces cortos en [https://angie.ws/en/](https://angie.ws/en/).
Permite accesos directos a directivas, variables y temas de uso frecuente.

<a id="http-and-core-directives"></a>

## Directivas HTTP y Core

Las directivas bajo [configuración central](https://es.angie.software//angie/docs/configuration/modules/core.md#core) y [módulos HTTP](https://es.angie.software//angie/docs/configuration/modules/index.md#modules-http)
utilizan el prefijo `/h/` (abreviatura de `http`).

Ejemplos:

- [listen](https://es.angie.software//angie/docs/configuration/modules/http/index.md#listen): [https://angie.ws/en/h/listen](https://angie.ws/en/h/listen)
- [server](https://es.angie.software//angie/docs/configuration/modules/http/index.md#server): [https://angie.ws/en/h/server](https://angie.ws/en/h/server)
- [worker_connections](https://es.angie.software//angie/docs/configuration/modules/core.md#worker-connections): [https://angie.ws/en/h/worker_connections](https://angie.ws/en/h/worker_connections)

Y así sucesivamente.

#### NOTE
La directiva [server](https://es.angie.software//angie/docs/configuration/modules/http/index.md#server) del módulo [Upstream](https://es.angie.software//angie/docs/configuration/modules/http/http_upstream.md#http-upstream)
está disponible en: [https://angie.ws/en/hu/server](https://angie.ws/en/hu/server).

<a id="upstream-directives-1"></a>

### Directivas Upstream

Las directivas del módulo [Upstream](https://es.angie.software//angie/docs/configuration/modules/http/http_upstream.md#http-upstream)
utilizan el prefijo `/hu/` (abreviatura de `http upstream`). Ejemplos:

- [keepalive_requests](https://es.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-keepalive-requests): [https://angie.ws/en/hu/keepalive_requests](https://angie.ws/en/hu/keepalive_requests)
- [keepalive_time](https://es.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-keepalive-time): [https://angie.ws/en/hu/keepalive_time](https://angie.ws/en/hu/keepalive_time)
- [keepalive_timeout](https://es.angie.software//angie/docs/configuration/modules/http/http_upstream.md#u-keepalive-timeout): [https://angie.ws/en/hu/keepalive_timeout](https://angie.ws/en/hu/keepalive_timeout)

Y así sucesivamente.

<a id="stream-module-directives"></a>

## Directivas del módulo Stream

Las directivas de los [módulos stream](https://es.angie.software//angie/docs/configuration/modules/index.md#modules-stream) utilizan el prefijo `/s/`
(abreviatura de `stream`):

- [listen](https://es.angie.software//angie/docs/configuration/modules/stream/index.md#s-listen): [https://angie.ws/en/s/listen](https://angie.ws/en/s/listen)
- [map](https://es.angie.software//angie/docs/configuration/modules/stream/stream_map.md#s-map): [https://angie.ws/en/s/map](https://angie.ws/en/s/map)
- [server](https://es.angie.software//angie/docs/configuration/modules/stream/index.md#s-server): [https://angie.ws/en/s/server](https://angie.ws/en/s/server)

Y así sucesivamente.

#### NOTE
La directiva [server](https://es.angie.software//angie/docs/configuration/modules/stream/index.md#s-server) del módulo [Upstream](https://es.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#stream-upstream)
está disponible en: [https://angie.ws/en/su/server](https://angie.ws/en/su/server).

<a id="upstream-directives"></a>

### Directivas Upstream

Las directivas del módulo [Upstream](https://es.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#stream-upstream)
utilizan el prefijo `/su/` (abreviatura de `stream upstream`):

- [upstream](https://es.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#s-u-upstream): [https://angie.ws/en/su/upstream](https://angie.ws/en/su/upstream)
- [server](https://es.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#s-u-server): [https://angie.ws/en/su/server](https://angie.ws/en/su/server)
- [state (PRO)](https://es.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#s-u-state): [https://angie.ws/en/su/state](https://angie.ws/en/su/state)

Y así sucesivamente.

<a id="variables-1"></a>

## Variables

Las variables utilizan el mismo esquema de prefijos.

Variables HTTP (prefijo `/h/`):

- [$angie_version](https://es.angie.software//angie/docs/configuration/modules/http/index.md#v-angie-version): [https://angie.ws/en/h/$angie_version](https://angie.ws/en/h/$angie_version)
- [$upstream_status](https://es.angie.software//angie/docs/configuration/modules/http/http_upstream.md#v-upstream-status): [https://angie.ws/en/h/$upstream_status](https://angie.ws/en/h/$upstream_status)

Variables Stream (prefijo `/s/`):

- [$angie_version](https://es.angie.software//angie/docs/configuration/modules/stream/index.md#v-s-angie-version): [https://angie.ws/en/s/$angie_version](https://angie.ws/en/s/$angie_version)
- [$upstream_session_time](https://es.angie.software//angie/docs/configuration/modules/stream/stream_upstream.md#v-s-upstream-session-time): [https://angie.ws/en/s/$upstream_session_time](https://angie.ws/en/s/$upstream_session_time)

Para variables de marcador de posición
como `$http_<HEADER>` o `$cookie_<NAME>`,
utiliza el prefijo hasta el guión bajo: [https://angie.ws/en/h/$http](https://angie.ws/en/h/$http).

<a id="additional-topics"></a>

## Temas adicionales

Los enlaces cortos también están disponibles para otros temas:

- [Encadenamiento de certificados](https://angie.ws/en/certificate_chaining)
- [Ubicaciones combinadas](https://angie.ws/en/combined_locations)
- [Servidor compacto](https://angie.ws/en/compact_server)
- [Configuración](https://angie.ws/en/configure)
- [Recarga de archivos de configuración](https://angie.ws/en/configfile_reloading)
- [Hashes de configuración](https://angie.ws/en/configure_hashes)
- [Control de cambios de configuración](https://angie.ws/en/control_config_change)
- [Señales de control](https://angie.ws/en/control_signals)
- [Buffer de memoria cíclico](https://angie.ws/en/cyclic_memory_buffer)
- [Registro de depuración](https://angie.ws/en/debug_logging)
- [Servidor ficticio](https://angie.ws/en/dummy_server)
- [Configuración HTTPS](https://angie.ws/en/https_configuration)
- [Optimización HTTPS](https://angie.ws/en/https_optimization)
- [HTTPS con IPs separadas](https://angie.ws/en/https_separate_ips)
- [Sesiones HTTP](https://angie.ws/en/http_sessions)
- [Herencia](https://angie.ws/en/inheritance)
- [Balanceo de carga](https://angie.ws/en/load_balancing)
- [Redirección de ubicación](https://angie.ws/en/location_redirect)
- [Rotación de registros](https://angie.ws/en/log_rotation)
- [Uso de métodos](https://angie.ws/en/methods_use)
- [Ubicaciones con nombre](https://angie.ws/en/named_location)
- [Rutas](https://angie.ws/en/paths)
- [Selección de ubicación](https://angie.ws/en/pick_location)
- [URI de Proxy Pass](https://angie.ws/en/proxy_pass_uri)
- [Proxying](https://angie.ws/en/proxying)
- [Procesamiento de solicitudes](https://angie.ws/en/request_processing)
- [Opciones CLI en tiempo de ejecución](https://angie.ws/en/runtime_cli_options)
- [Actualización de servicio](https://angie.ws/en/service_upgrade)
- [SNI (Indicación de Nombre de Servidor)](https://angie.ws/en/sni)
- [Características de compilación desde fuente](https://angie.ws/en/sourcebuild_features)
- [Códigos de error SSL](https://angie.ws/en/ssl_error_codes)
- [Sesiones de Stream](https://angie.ws/en/stream_sessions)
- [Sintaxis](https://angie.ws/en/syntax)
- [Registro Syslog](https://angie.ws/en/syslog_logging)
- [Selección de servidor virtual](https://angie.ws/en/virtual_server_selection)
- [Proxy de WebSocket](https://angie.ws/en/websocket_proxy)
