1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Fix impossible upload via web interface

This commit is contained in:
Jimmy Monin 2019-04-04 22:29:43 +02:00 committed by Alexandre Aubin
parent c16a568799
commit 64088059de

View file

@ -64,7 +64,7 @@ location ^~ __PATH__ {
location ~ ^__PATH__/(?:index|remote|public|cron|core/ajax/update|status|ocs/v[12]|updater/.+|ocs-provider/.+|ocm-provider/.+)\.php(/.*|)$ {
include fastcgi_params;
fastcgi_split_path_info ^(.+\.php)(/.*|)$;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param HTTPS on;