This commit is contained in:
@kirill.komarov
2026-05-11 21:00:56 +05:00
parent 130c12a1d3
commit 33e387d05c
4 changed files with 44 additions and 0 deletions
+1
View File
@@ -132,6 +132,7 @@ server {
index index.html;
location /api/ {
client_max_body_size 250m;
proxy_pass http://127.0.0.1:3333;
proxy_http_version 1.1;
proxy_set_header Host \$host;