Wiki file uploads and permissions #118

Merged
greg merged 4 commits from feature/mediawiki_file_uploads into master 2019-12-20 16:09:13 +00:00
Showing only changes of commit cbfb760787 - Show all commits

View File

@ -12,6 +12,8 @@ server {
root <%= @docroot %>;
index index.php;
client_max_body_size 20M;
location / {
try_files $uri $uri/ /index.php?$args;
}