This commit is contained in:
@@ -390,8 +390,13 @@ server {
|
||||
proxy_connect_timeout 3600;
|
||||
proxy_send_timeout 3600;
|
||||
proxy_read_timeout 3600;
|
||||
send_timeout 3600;
|
||||
client_max_body_size 10G;
|
||||
send_timeout 3600;
|
||||
# Note: the client_max_body_size setting controls the maximum upload size for attachments in AyaNova
|
||||
# it is a good security precaution to set this value only as high as absolutely needed by your staff for
|
||||
# file attachment uploads
|
||||
# AyaNova can handle up to 10GB maximum so the highest setting allowed here would be:
|
||||
# client_max_body_size 10GB;
|
||||
client_max_body_size 25M;
|
||||
}
|
||||
|
||||
listen 443 ssl;
|
||||
@@ -457,8 +462,13 @@ server {
|
||||
proxy_connect_timeout 3600;
|
||||
proxy_send_timeout 3600;
|
||||
proxy_read_timeout 3600;
|
||||
send_timeout 3600;
|
||||
client_max_body_size 10G;
|
||||
send_timeout 3600;
|
||||
# Note: the client_max_body_size setting controls the maximum upload size for attachments in AyaNova
|
||||
# it is a good security precaution to set this value only as high as absolutely needed by your staff for
|
||||
# file attachment uploads
|
||||
# AyaNova can handle up to 10GB maximum so the highest setting allowed here would be:
|
||||
# client_max_body_size 10GB;
|
||||
client_max_body_size 25M;
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -554,8 +564,13 @@ server {
|
||||
proxy_connect_timeout 3600;
|
||||
proxy_send_timeout 3600;
|
||||
proxy_read_timeout 3600;
|
||||
send_timeout 3600;
|
||||
client_max_body_size 10G;
|
||||
send_timeout 3600;
|
||||
# Note: the client_max_body_size setting controls the maximum upload size for attachments in AyaNova
|
||||
# it is a good security precaution to set this value only as high as absolutely needed by your staff for
|
||||
# file attachment uploads
|
||||
# AyaNova can handle up to 10GB maximum so the highest setting allowed here would be:
|
||||
# client_max_body_size 10GB;
|
||||
client_max_body_size 25M;
|
||||
}
|
||||
|
||||
listen 443 ssl; # managed by Certbot
|
||||
|
||||
Reference in New Issue
Block a user