0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 08:14:46 +02:00

Merge pull request #1 from nextcloud/master

Merge Master back from head fork
This commit is contained in:
kgw4it 2018-04-24 19:26:36 +02:00 committed by GitHub
commit 828941a165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 821 additions and 24 deletions

View file

@ -25,6 +25,11 @@ http {
keepalive_timeout 65;
set_real_ip_from 10.0.0.0/8;
set_real_ip_from 172.16.0.0/12;
set_real_ip_from 192.168.0.0/16;
real_ip_header X-Real-IP;
#gzip on;
upstream php-handler {

View file

@ -25,6 +25,11 @@ http {
keepalive_timeout 65;
set_real_ip_from 10.0.0.0/8;
set_real_ip_from 172.16.0.0/12;
set_real_ip_from 192.168.0.0/16;
real_ip_header X-Real-IP;
#gzip on;
upstream php-handler {

View file

@ -25,6 +25,11 @@ http {
keepalive_timeout 65;
set_real_ip_from 10.0.0.0/8;
set_real_ip_from 172.16.0.0/12;
set_real_ip_from 192.168.0.0/16;
real_ip_header X-Real-IP;
#gzip on;
upstream php-handler {