Skip to content
Snippets Groups Projects
Commit 0ea27026 authored by PICHOU Kyâne's avatar PICHOU Kyâne
Browse files

Increase memory limit for dokuwiki in order to upload large files

parent 8ff9a050
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ http {
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PHP_VALUE "memory_limit = 256M";
include fastcgi_params;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment