Merge upstream v2.7.8 into develop

This commit is contained in:
Marco Ceppi
2020-02-27 07:18:06 -05:00
1195 changed files with 107886 additions and 16972 deletions

View File

@@ -1,3 +1,4 @@
daemon off;
worker_processes 1;
error_log /dev/stderr info;
@@ -17,7 +18,7 @@ http {
client_max_body_size 10M;
server {
listen 80;
listen 8080;
access_log off;
location /static/ {