INFRA-2987 | Ankit bhardwaj | increas nginx proxy temp file size

This commit is contained in:
Ankit Bhardwaj
2024-03-06 11:51:35 +05:30
parent 7abcc872ed
commit a523d9ee66

View File

@@ -13,6 +13,7 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_pass http://backend;
proxy_max_temp_file_size 102400m;
}
location /oauth2 {