feat: time for another sync got some cool stuff in here

This commit is contained in:
2025-07-03 20:29:28 -07:00
parent 591fc61a10
commit b746c457ce
2 changed files with 94 additions and 11 deletions

View File

@ -4,9 +4,8 @@ server {
ssl_certificate /etc/letsencrypt/live/git.nhcarrigan.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/git.nhcarrigan.com/privkey.pem;
client_max_body_size 100M;
location / {
client_max_body_size 1000M;
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:3000;
proxy_redirect off;