Add lines necessary to upload files for releases.

This commit is contained in:
Hyperling 2025-01-02 11:08:15 -07:00
parent 56df4d6162
commit 7071a8b47c

View File

@ -48,6 +48,10 @@ server {
root /etc/nginx/letsencrypt/;
}
# Allow decent sized uploads.
client_max_body_size 0;
client_body_buffer_size 100M;
# Send traffic to upstream server
location / {
## General format is PROTOCOL://SERVER:PORT.