Add lines necessary to upload files for releases.
This commit is contained in:
parent
56df4d6162
commit
7071a8b47c
@ -48,6 +48,10 @@ server {
|
|||||||
root /etc/nginx/letsencrypt/;
|
root /etc/nginx/letsencrypt/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Allow decent sized uploads.
|
||||||
|
client_max_body_size 0;
|
||||||
|
client_body_buffer_size 100M;
|
||||||
|
|
||||||
# Send traffic to upstream server
|
# Send traffic to upstream server
|
||||||
location / {
|
location / {
|
||||||
## General format is PROTOCOL://SERVER:PORT.
|
## General format is PROTOCOL://SERVER:PORT.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user