tech:nginx_redirections
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:nginx_redirections [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:nginx_redirections [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Nginx redirections | ||
| + | |||
| + | ~~~nginx | ||
| + | | ||
| + | root / | ||
| + | index index.php index.html index.htm; | ||
| + | |||
| + | rewrite | ||
| + | |||
| + | } | ||
| + | ~~~ | ||
| + | |||
