INFRA-2987 | Ankit bhardwaj | increas nginx proxy temp file size
This commit is contained in:
@@ -13,6 +13,7 @@ server {
|
|||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Forwarded-For $remote_addr;
|
proxy_set_header X-Forwarded-For $remote_addr;
|
||||||
proxy_pass http://backend;
|
proxy_pass http://backend;
|
||||||
|
proxy_max_temp_file_size 102400m;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /oauth2 {
|
location /oauth2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user