mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #48 from nextcloud/fix-nginx-config
Fix NGINX config for acme challenge
This commit is contained in:
commit
977dbeef41
@ -16,4 +16,4 @@ Installation
|
||||
php_55_installation
|
||||
selinux_configuration
|
||||
nginx_examples
|
||||
nginx_owncloud_9x
|
||||
nginx_nextcloud_9x
|
||||
|
||||
@ -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;
|
||||
Loading…
Reference in New Issue
Block a user