mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-19 12:09:21 +00:00
Merge pull request #47 from gagandaroach/master
Resolve #39 - add large_client_header_buffers to nginx.conf
This commit is contained in:
commit
c6911a3995
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user