J0WI
6b6c68cabf
Serve mp4 and webm files directly in nginx ( #1076 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
6 years ago
J0WI
fbdb70e856
Remove workaround to create the postgres db ( fix #886 ) ( #961 )
...
This reverts commit 4df6f79568 .
The upstream bug has been fixed in https://github.com/nextcloud/server/pull/15187
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
6 years ago
alexschroth
269a081138
examples: docker-compose: Update nginx configs ( #912 )
...
* examples: docker-compose: insecure: postgres: Update nginx.conf
This commit applies the latest nginx configuration from the official
documentation. Therefore it also helps to fix CVE-2019-11043.
References:
- https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm
- https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html
Signed-off-by: Alexander Schroth <alexander.schroth@fau.de>
* examples: docker-compose: insecure: mariadb-cron-redis: Update nginx.conf
This commit applies the latest nginx configuration from the official
documentation. Therefore it also helps to fix CVE-2019-11043.
References:
- https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm
- https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html
Signed-off-by: Alexander Schroth <alexander.schroth@fau.de>
* examples: docker-compose: insecure: mariadb: Update nginx.conf
This commit applies the latest nginx configuration from the official
documentation. Therefore it also helps to fix CVE-2019-11043.
References:
- https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm
- https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html
Signed-off-by: Alexander Schroth <alexander.schroth@fau.de>
* examples: docker-compose: with-nginx-proxy: mariadb: Update nginx.conf
This commit applies the latest nginx configuration from the official
documentation. Therefore it also helps to fix CVE-2019-11043.
References:
- https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm
- https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html
Signed-off-by: Alexander Schroth <alexander.schroth@fau.de>
* examples: docker-compose: with-nginx-proxy: mariadb-cron-redis: Update nginx.conf
This commit applies the latest nginx configuration from the official
documentation. Therefore it also helps to fix CVE-2019-11043.
References:
- https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm
- https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html
Signed-off-by: Alexander Schroth <alexander.schroth@fau.de>
* examples: docker-compose: with-nginx-proxy: postgres: Update nginx.conf
This commit applies the latest nginx configuration from the official
documentation. Therefore it also helps to fix CVE-2019-11043.
References:
- https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm
- https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html
Signed-off-by: Alexander Schroth <alexander.schroth@fau.de>
* examples: docker-compose: with-nginx-proxy-self-signed-ssl: mariadb: Update nginx.conf
This commit applies the latest nginx configuration from the official
documentation. Therefore it also helps to fix CVE-2019-11043.
References:
- https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm
- https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html
Signed-off-by: Alexander Schroth <alexander.schroth@fau.de>
6 years ago
Tilo Spannagel
4df6f79568
Allow nextcloud to create the postgres db ( #784 )
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
7 years ago
Christoph Reiter
64607f4916
nginx-proxy: Set proxy_request_buffering to off. Fixes #650 ( #651 )
...
Otherwise nginx buffers uploads which at least with the linux client results
in large files failing to upload and the upload stats not updating.
Signed-off-by: Christoph Reiter <reiter.christoph@gmail.com>
7 years ago
ykgmfq
53bb46d1dc
Let nginx decide on number of worker processes ( #732 )
...
From https://www.nginx.com/blog/tuning-nginx/ :
In most cases, running one worker process per CPU core works well,
and we recommend setting this directive to auto to achieve that.
There are times when you may want to increase this number,
such as when the worker processes have to do a lot of disk I/O.
7 years ago
Guy Elsmore-Paddock
0b9f09e3e1
Issue #674 - Fix Remaining `.woff2` Issues in NGinx Config Examples
...
This ensures that the remaining NGinx config examples are updated to handle WOFF 2 font files.
Closes #674 .
Signed-off-by: Guy Elsmore-Paddock <guy@inveniem.com>
7 years ago
Tilo Spannagel
cc0564ed40
Remove app dockerfile
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
7 years ago
marceljd
e0de4ab285
removed old redis.config.php files
...
On branch redis-env-vars
Changes to be committed:
deleted: ../../apache/app/redis.config.php
deleted: redis.config.php
deleted: ../../../../with-nginx-proxy/mariadb-cron-redis/apache/app/redis.config.php
deleted: ../../../../with-nginx-proxy/mariadb-cron-redis/fpm/app/redis.config.php
Signed-off-by: marceljd <support@dihosting.ch>
7 years ago
marceljd
a9f458ce9f
Changes to be committed:
...
modified: .config/redis.config.php
modified: .examples/docker-compose/insecure/mariadb-cron-redis/apache/docker-compose.yml
modified: .examples/docker-compose/insecure/mariadb-cron-redis/fpm/docker-compose.yml
modified: .examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml
modified: .examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/fpm/docker-compose.yml
modified: 13.0/apache/Dockerfile
modified: 13.0/apache/config/redis.config.php
modified: 13.0/fpm-alpine/Dockerfile
modified: 13.0/fpm-alpine/config/redis.config.php
modified: 13.0/fpm/Dockerfile
modified: 13.0/fpm/config/redis.config.php
modified: 14.0/apache/Dockerfile
modified: 14.0/apache/config/redis.config.php
modified: 14.0/fpm-alpine/Dockerfile
modified: 14.0/fpm-alpine/config/redis.config.php
modified: 14.0/fpm/Dockerfile
modified: 14.0/fpm/config/redis.config.php
modified: 15.0/apache/Dockerfile
modified: 15.0/apache/config/redis.config.php
modified: 15.0/fpm-alpine/Dockerfile
modified: 15.0/fpm-alpine/config/redis.config.php
modified: 15.0/fpm/Dockerfile
modified: 15.0/fpm/config/redis.config.php
modified: README.md
Signed-off-by: marceljd <support@dihosting.ch>
7 years ago
Nico Kaiser
f3524791d9
Fix woff2 files in nginx examples
...
Since some versions of Nextcloud, fonts are served as woff2, which is
not forwarded to index.php by the supplied nginx.conf. This leads to
nginx returning the dynamic index page instead of the static fonts.
Signed-off-by: Nico Kaiser <nico@kaiser.me>
7 years ago
J0WI
aa5c0c1929
Use Alpine Linux in examples and use default user
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
7 years ago
Louis Matthijssen
a31db79ae9
Add Referrer-Policy header examples for nginx
7 years ago
Tilo Spannagel
6da6d063ef
Remove duplicated var from example
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
7 years ago
Tilo Spannagel
71b4d891f8
Use $request_uri instead of $uri in nginx config
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
8 years ago
Tilo Spannagel
654ddeae23
Remove trailing whitespaces
8 years ago
Tilo Spannagel
9586356008
Add mariadb command line arguments
8 years ago
Tilo Spannagel
e05e2f1dd7
Use custom Dockerfiles instead of mounts
8 years ago
Lucian I. Last
c07de51f8e
Add example for LAN solutions with HTTPS without letsencrypt #337
...
This is un-tested: will test and debug now.
8 years ago
rabaraho
d905503a6e
Changed db build to pre-existing image with command arguments
8 years ago
Tilo Spannagel
01ad4658ab
nginx: set the remote ip from X-Real-IP by default ( #302 )
8 years ago
Tilo Spannagel
bb42fcfaed
Merge pull request #183 from cropse/master
...
fix #176 Request Entity Too Large
8 years ago
Tilo Spannagel
b2e04519ed
Use custom Dockerfile instead of mounted config
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
8 years ago
Greek
8c86333de9
* Fix the Transaction Isolation Level of the MYSQL/MariaDB Databases
...
in the .example section.
8 years ago
Tilo Spannagel
2e3645f853
Use cron.sh for the example docker-compose.yml's
8 years ago
cropse
21eaaec8ee
miner fix
8 years ago
cropse
1eb3ca378a
delete volume mount, It append the path of dockerfile build.
8 years ago
Tilo Spannagel
813de3656d
Allow compose to find all env variables
8 years ago
Jorge Villasenor
577ff54b45
Allow compose to find all env variables
...
With two declared "environment" compose only takes the second one. In
thi case it means that the letsencrypt companion and reverse-proxy can't
read the neede variables for the setup, making this example to return a
http 503 error.
8 years ago
Tilo Spannagel
122e66ca7c
Set client_max_body_size to 10G
8 years ago
Tilo Spannagel
0548adf1c1
Use autoconfig.php provided by the image
8 years ago
Tilo Spannagel
4fbd273cb0
Add more examples with proxy
8 years ago
Tilo Spannagel
01dd1a93f1
Add depends_on
8 years ago
Marc Brückner
3c2f4b52e1
Use custom Dockerfiles instead of mounting files for remote docker #104
8 years ago
Tilo Spannagel
b120af8e7f
Add Dockerfile for nginx
8 years ago
Tilo Spannagel
f1515a32dc
Add insecure docker-compose examples for fpm
8 years ago
Tilo Spannagel
0ba11e9ca3
Remove unnecessary links
8 years ago
Tilo Spannagel
5f041a6249
Merge cron and redis example
8 years ago
Tilo Spannagel
53b8aabfe9
Add mysql option
8 years ago
Marc Brückner
50b9eadbff
deleted redundant lines
8 years ago
Marc Brückner
e87d8d1217
rework of docker-compose examples
8 years ago
Tilo Spannagel
83b027fbae
Add insecure docker-compose examples for apache
8 years ago