Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
c5541531
Commit
c5541531
authored
May 01, 2014
by
Falko Timme
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Set client_max_body_size 100M; for apps vhost.
parent
921fd61d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
install/tpl/nginx_apps.vhost.master
install/tpl/nginx_apps.vhost.master
+1
-1
server/conf/nginx_apps.vhost.master
server/conf/nginx_apps.vhost.master
+1
-1
No files found.
install/tpl/nginx_apps.vhost.master
View file @
c5541531
...
...
@@ -5,7 +5,7 @@ server {
root {apps_vhost_dir};
client_max_body_size
2
0M;
client_max_body_size
10
0M;
location / {
index index.php index.html;
...
...
server/conf/nginx_apps.vhost.master
View file @
c5541531
...
...
@@ -5,7 +5,7 @@ server {
root {apps_vhost_dir};
client_max_body_size
2
0M;
client_max_body_size
10
0M;
location / {
index index.php index.html;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment