# Reverse Proxy

## Traefik&#x20;

Muppy génère une Traefik Application pour chaque Pool.

Les noms de domaine générés dépendent de la HA Strategy et du Pool.

## HA Strategy Active / Passive

Dans cette stratégie on a au moins 3 Pools dont 1 est actif.

Par exemple étant donné:

* Pack
  * Nom:
  * URL:  app.xayoni.io
* Pools:
  * gra9 (Pool actif)
  * scw1
  * fallback

On a:

* une App pour chaque Pool:
  * Pool actif: app.xayoni.io
    * Il est publié sur l'URL du pack
  * app-scw1.xayoni.io
  * app-fallback.xayoni.io
  *

Le Pool actif est publié sur l'URL du pack

Les autres pool sont publiés sur {{app-name}}.{{pool-name}}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.muppy.io/guides/muppy-pack/reverse-proxy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
