mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-13 19:58:05 +02:00
merge from master
This commit is contained in:
commit
b9187abe35
227 changed files with 4483 additions and 1211 deletions
|
@ -1,4 +1,4 @@
|
|||
worker_processes 1;
|
||||
worker_processes auto;
|
||||
|
||||
error_log /var/log/nginx/error.log warn;
|
||||
pid /var/run/nginx.pid;
|
||||
|
@ -125,7 +125,7 @@ http {
|
|||
|
||||
# Adding the cache control header for js and css files
|
||||
# Make sure it is BELOW the PHP block
|
||||
location ~ \.(?:css|js|woff|svg|gif)$ {
|
||||
location ~ \.(?:css|js|woff2?|svg|gif)$ {
|
||||
try_files $uri /index.php$request_uri;
|
||||
add_header Cache-Control "public, max-age=15778463";
|
||||
# Add headers to serve security related headers (It is intended to
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue