|
|
|
|
|
by zapt02
4683 days ago
|
|
Raw PHP performance (the bottleneck for this) isn't different between Apache and nginx. The only thing nginx excels at is handling a higher amount of connections, and lower memory usage. None of those apply here because ownCloud is a small single-user CPU-bound application. |
|