nginx: allow more data to flow through nextcloud

master
an 2019-07-24 21:18:26 -04:00
parent 4880ce592f
commit 63a6edb366
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ http {
server_name rain;
root /usr/share/webapps/nextcloud/;
client_max_body_size 512M;
fastcgi_buffers 64 4K;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;