user agent
This commit is contained in:
parent
2c258c65ec
commit
07bd6ef883
|
@ -328,6 +328,7 @@ server {
|
||||||
proxy_read_timeout 600;
|
proxy_read_timeout 600;
|
||||||
proxy_request_buffering off; # stream uploaded files through the proxy as it comes in
|
proxy_request_buffering off; # stream uploaded files through the proxy as it comes in
|
||||||
proxy_set_header Expect $http_expect;
|
proxy_set_header Expect $http_expect;
|
||||||
|
proxy_set_header User-Agent: Sia-Agent;
|
||||||
|
|
||||||
# Extract 2 sets of 2 characters from $request_id and assign to $dir1, $dir2
|
# Extract 2 sets of 2 characters from $request_id and assign to $dir1, $dir2
|
||||||
# respectfully. The rest of the $request_id is going to be assigned to $dir3.
|
# respectfully. The rest of the $request_id is going to be assigned to $dir3.
|
||||||
|
|
Reference in New Issue