mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Auto-update README
This commit is contained in:
parent
116893d119
commit
5f14f17053
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -52,6 +52,20 @@ Registrations are open by default.
|
|||
To change that setting, edit `/var/www/pixelfed/.env` and set `OPEN_REGISTRATION=false` instead of `true`.
|
||||
Then run `php7.4 artisan config:cache` to reload the settings.
|
||||
|
||||
### Change max upload limit
|
||||
|
||||
To change max upload limit (default : 50MB), edit the Pixelfed `php-fpm.conf` file and find the line `Common values to change to increase file upload limit`
|
||||
And adjust those values:
|
||||
```
|
||||
php_admin_value[post_max_size] = 50M
|
||||
php_admin_value[upload_max_filesize] = 50M
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Disable search engine indexing
|
||||
|
||||
If you don't want your Pixelfed instance to be indexed in search engine (and so on), edit `/var/www/pixelfed/public/robots.txt` like this:
|
||||
|
|
Loading…
Add table
Reference in a new issue