Allow uploads up to 10G
This commit is contained in:
parent
ae5dc6ca5a
commit
24bee4c85e
3 changed files with 16 additions and 3 deletions
10
vhost.d/default
Normal file
10
vhost.d/default
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
## Start of configuration add by letsencrypt container
|
||||
location ^~ /.well-known/acme-challenge/ {
|
||||
auth_basic off;
|
||||
auth_request off;
|
||||
allow all;
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri =404;
|
||||
break;
|
||||
}
|
||||
## End of configuration add by letsencrypt container
|
||||
Loading…
Add table
Add a link
Reference in a new issue