Skip to content

Commit 6e167cc

Browse files
authored
Update README.md
1 parent 70751aa commit 6e167cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Configuration example:
2525
listen 80;
2626
server_name localhost;
2727
location / {
28+
29+
if ($http_x_forwarded_host) {
30+
return 400;
31+
}
2832
root html;
2933
index index.html index.htm;
3034
dynamic_limit_req zone=one burst=5 nodelay;

0 commit comments

Comments
 (0)