feat(wordpress): Automatically increase upload limit, bump v6.5.5-0 -> v6.5.5-2
This commit is contained in:
parent
b241125bef
commit
1fe5742856
2 changed files with 4 additions and 7 deletions
|
@ -53,11 +53,8 @@ wordpress_container_labels_middleware_basic_auth_users: ''
|
|||
|
||||
### Increase upload limit
|
||||
|
||||
Increasing the upload limit can be done by manually editing the file `/mash/wordpress/data/.htaccess` and adding the following at the end of the file
|
||||
By default we set the upload limit to `64M`. Increasing or decreasing the upload limit can be done by adding the following to your `vars.yml`
|
||||
|
||||
```.htaccess
|
||||
php_value upload_max_filesize 256M
|
||||
php_value post_max_size 256M
|
||||
php_value max_execution_time 600
|
||||
php_value max_input_time 600
|
||||
```yaml
|
||||
wordpress_max_upload_size: '64M'
|
||||
```
|
||||
|
|
|
@ -392,6 +392,6 @@
|
|||
name: woodpecker_ci_server
|
||||
activation_prefix: devture_woodpecker_ci_server_
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-wordpress
|
||||
version: v6.5.5-0
|
||||
version: v6.5.5-2
|
||||
name: wordpress
|
||||
activation_prefix: wordpress_
|
||||
|
|
Loading…
Reference in a new issue