Update Project for Gitea; Add More Reverse Proxy Examples. #1

Merged
me merged 8 commits from dev into main 2025-01-04 09:10:41 -07:00
Showing only changes of commit 7071a8b47c - Show all commits

View File

@ -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.