Skip to content

Commit c554153

Browse files
committed
- Set client_max_body_size 100M; for apps vhost.
1 parent 921fd61 commit c554153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/tpl/nginx_apps.vhost.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ server {
55

66
root {apps_vhost_dir};
77

8-
client_max_body_size 20M;
8+
client_max_body_size 100M;
99

1010
location / {
1111
index index.php index.html;

server/conf/nginx_apps.vhost.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ server {
55

66
root {apps_vhost_dir};
77

8-
client_max_body_size 20M;
8+
client_max_body_size 100M;
99

1010
location / {
1111
index index.php index.html;

0 commit comments

Comments
 (0)