implemented multisite

This commit is contained in:
2024-01-13 15:31:50 -06:00
parent 5cee959904
commit 39dc7800d9
29 changed files with 348724 additions and 200 deletions

8
wordpress/php.ini Normal file
View File

@@ -0,0 +1,8 @@
file_uploads = On
memory_limit = 256M
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
max_input_time = 1000
max_input_vars = 10000
max_multipart_body_parts = 10000