[~] Refactor
This commit is contained in:
parent
3112e15b82
commit
b742a0ef61
@ -1261,6 +1261,13 @@ server {
|
||||
listen 80;
|
||||
charset UTF-8;
|
||||
client_max_body_size 2K;
|
||||
|
||||
set $t1 $remote_addr;
|
||||
if ($http_x_forwarded_for)
|
||||
{
|
||||
set $t1 $http_x_forwarded_for;
|
||||
}
|
||||
|
||||
root %s;
|
||||
%s
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user