Fix config formatting

This commit is contained in:
Maxime Besson 2020-09-30 09:59:10 +02:00
parent 37c6d3d68c
commit 229d5607b4
1 changed files with 1 additions and 2 deletions

View File

@ -318,8 +318,7 @@ If /etc/nginx/proxy_params file does not exist, you can create it with this cont
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
- Example of a Nginx Virtual Host using uWSGI with many URIs protected
by different types of handler:
- Example of a Nginx Virtual Host using uWSGI with many URIs protected by different types of handler:
.. code-block:: nginx