Merge pull request #47 from gagandaroach/master

Resolve #39 - add large_client_header_buffers to nginx.conf
This commit is contained in:
Wonderfall 2019-04-16 13:38:47 +02:00 committed by GitHub
commit c6911a3995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ server {
root /nextcloud;
fastcgi_buffers 64 4K;
large_client_header_buffers 4 16k;
# https://docs.nextcloud.com/server/14/admin_manual/configuration_server/harden_server.html?highlight=security#enable-http-strict-transport-security
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload";