Enable url_fopen for nextcloud.

This commit is contained in:
Andrea Dell'Amico 2019-03-25 20:17:53 +01:00
parent 99f51f02fa
commit ab08cce03e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ phpfpm_default_memory_limit: "512M"
php_global_settings:
- { option: 'always_populate_raw_post_data', value: '-1' }
- { option: 'allow_url_fopen', value: 'off' }
- { option: 'allow_url_fopen', value: 'on' }
- { option: 'max_execution_time', value: '240' }
- { option: 'memory_limit', value: '{{ phpfpm_default_memory_limit }}' }
- { option: 'max_input_vars', value: '1400' }