From d68925f7be799c83c0206c2f17e912218e771e5e Mon Sep 17 00:00:00 2001 From: Simounet Date: Tue, 2 Oct 2018 17:05:57 +0200 Subject: [PATCH] Fix Nginx documentation The last directive from `ez_params.d/ez_rewrite_params` is a catch all so the legacy rules from `ez_params.d/ez_legacy_rewrite_params` were not played. --- doc/nginx/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/nginx/Readme.md b/doc/nginx/Readme.md index 7479c2b..4f237e6 100644 --- a/doc/nginx/Readme.md +++ b/doc/nginx/Readme.md @@ -46,12 +46,12 @@ Example config: # and make sure to comment these out in "dev" environment. include ez_params.d/ez_prod_rewrite_params; - # Access to repository images in single server setup - include ez_params.d/ez_rewrite_params; - # Legacy rewrite rules include ez_params.d/ez_legacy_rewrite_params; + # Access to repository images in single server setup + include ez_params.d/ez_rewrite_params; + # upload max size client_max_body_size 48m;