*记住取消exec限制在php中 推荐nginx config server { listen 80; listen 443 ssl http2; listen [::]:443 ssl http2; listen [::]:80; server_name *********; index index.php index.html index.htm default.php default.htm default.html; root /www/wwwroot/nextcloud; #SSL-START SSL related configuration, do NOT delete or modify the next line of commented-out 404 rules #error_page 404/404.html; #HTTP_TO_HTTPS_START if ($server_port !~ 443){ rewrite ^(/.*)$ https://$host$1 permanent;…