diff --git a/HowtoNginx.md b/HowtoNginx.md index 29a710b9..e639598b 100644 --- a/HowtoNginx.md +++ b/HowtoNginx.md @@ -307,9 +307,9 @@ Dans certains cas, pour protéger le serveur par exemple, on peut être amené Il suffit alors d'utiliser `return 444`. Exemple : ~~~ - location /search { - return 444; - } +location /search { + return 444; +} ~~~ ### Cross-domain pour les fonts