Merge pull request #48 from nextcloud/fix-nginx-config

Fix NGINX config for acme challenge
This commit is contained in:
Morris Jobke 2016-07-08 22:07:35 +02:00 committed by GitHub
commit 977dbeef41
2 changed files with 1 additions and 3 deletions

View File

@ -16,4 +16,4 @@ Installation
php_55_installation
selinux_configuration
nginx_examples
nginx_owncloud_9x
nginx_nextcloud_9x

View File

@ -73,8 +73,6 @@ your nginx installation.
return 301 $scheme://$host/remote.php/dav;
}
location /.well-known/acme-challenge { }
# set max upload size
client_max_body_size 512M;
fastcgi_buffers 64 4K;