Projet

Général

Profil

Paste
Télécharger (56 octets) Statistiques
| Branche: | Révision:

root / template / nginx-map-template @ 152165a8

1
map $uri $subsite {
2
    ~^/(?P<sub>%%PATTERN%%) $sub;
3
}