Skip to content

Commit 7e1c2f6

Browse files
committed
client_max_body_size line added
1 parent 1bbbfc3 commit 7e1c2f6

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

nexusoss.subdomain.conf.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ server {
1212

1313
include /config/nginx/ssl.conf;
1414

15+
client_max_body_size 0;
16+
1517
# enable for ldap auth (requires ldap-location.conf in the location block)
1618
#include /config/nginx/ldap-server.conf;
1719

wordpress.subdomain.conf.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ server {
1010

1111
include /config/nginx/ssl.conf;
1212

13+
client_max_body_size 0;
14+
1315
# enable for ldap auth (requires ldap-location.conf in the location block)
1416
#include /config/nginx/ldap-server.conf;
1517

0 commit comments

Comments
 (0)