Skip to content

Commit

Permalink
word [skip ci]
Browse files Browse the repository at this point in the history
[http header] setting --> [http header] header
  • Loading branch information
jdabtieu authored Mar 13, 2023
1 parent b19abac commit 776f8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
PythonAnywhere, but with Nginx, you should add this line to your server block:
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Apache/other proxies should also set the header to the real user IP.
If you enable this option, you MUST set the X-Forwarded-For setting.
If you enable this option, you MUST set the X-Forwarded-For header.
"""
USE_X_FORWARDED_FOR = False

Expand Down

0 comments on commit 776f8a5

Please sign in to comment.