0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-13 11:54:08 +02:00

merge from master

This commit is contained in:
rush 2019-11-06 13:57:27 +03:00
commit b9187abe35
227 changed files with 4483 additions and 1211 deletions

View file

@ -1 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;

View file

@ -1,2 +1,2 @@
POSTGRES_PASSWORD=
POSTGRES_USER=nextcloud
POSTGRES_USER=postgres

View file

@ -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

View file

@ -1 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;

View file

@ -1,2 +1,2 @@
POSTGRES_PASSWORD=
POSTGRES_USER=nextcloud
POSTGRES_USER=postgres