Raise php max file upload size for STB wordpress

This commit is contained in:
Paul-Henri Froidmont 2019-05-26 15:54:51 +02:00
parent bfc85a9fab
commit d36521e6f9
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,6 @@
file_uploads = On
memory_limit = 64M
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 600