Nginx - file upload size
Answered
Hello.
In documentation (https://www.jetbrains.com/help/youtrack/standalone/7.0/Reverse-Proxy-Configuration.html#Nginx_Config) missing directive client_max_body_size, because default value for Nginx is 1MB and on the YouTrack is 10MB.
You must add this line for an example:
location / {
client_max_body_size 10M;
...
...
...
}
Have a nice day
Please sign in to leave a comment.
Hi Roman,
thank you for the suggestion! I've created a task for our writers, we will add this line to our nginx documentation.