diff --git a/network/nginx.conf b/network/nginx.conf index 48bb77d..c5b49b7 100644 --- a/network/nginx.conf +++ b/network/nginx.conf @@ -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;