Commit Graph

14 Commits

Author SHA1 Message Date
RealRancor
e22ee0db56 Webserver -> Web server 2016-02-02 13:27:31 +01:00
Carla Schroder
81ff4bdb53 Merge pull request #1901 from roha4000/master
misinterpretation of php's max_file_uploads
2016-01-26 11:50:20 -08:00
RealRancor
467d6a791e Updating .well-known documentation and new dav endpoint for 9.0 release 2016-01-10 21:27:05 +01:00
Sebastiaan Lokhorst
0079bb38ee MySQL requires the pdo_mysql extension, not mysql.
Also fix a few typos.
2015-12-06 23:49:46 +01:00
Roland Hager
47197651e3 misinterpretation of php's max_file_uploads
The value of max_file_uploads limits fileuploads to a maximum of ``max_file_uploads`` within one connection. So multiple users can each upload ``max_file_uploads`` at the same time. The value does not have to be higher than the maximum number of simutanously uploaded files per connection. If the desktop clients uploads a maximum of 3 files at once, the value could stay at 3. I'm not sure how he webapplication handles the upload of multiple files but the default of 20 seems quite reasonable.
2015-11-17 09:46:52 +01:00
Martin
a0a4d1899c Update nginx cache purge to be multi user proof 2015-10-27 19:22:34 +01:00
root
3f07b86961 update nginx cache purge setup
Update to use if {} as alternative to map

missed set $skip_cache 1;
2015-10-14 11:37:59 +02:00
Carla Schroder
b954d8579d mystery section commented out 2015-10-07 15:27:29 -07:00
Carla Schroder
ba3bb0b3c4 markup fixes 2015-10-07 09:01:37 -07:00
Carla Schroder
36b8034a3d Merge pull request #1754 from RealRancor/max_file_uploads
Document max_file_uploads of PHP.
2015-10-07 08:31:15 -07:00
RealRancor
04b2ead1e1 Document max_file_uploads of PHP. 2015-10-07 12:33:30 +02:00
RealRancor
7020029454 Set KeepAlive timeout settings to sensible defaults 2015-10-07 07:01:21 +02:00
RealRancor
4a533577a7 Refactoring for performance tuning part 2. 2015-10-06 10:22:47 +02:00
RealRancor
7c6a56c63d Refactoring for performance tuning page. 2015-10-05 20:07:07 +02:00