Enable url_fopen for nextcloud.
This commit is contained in:
parent
99f51f02fa
commit
ab08cce03e
|
@ -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' }
|
||||
|
|
Loading…
Reference in New Issue