This commit is contained in:
sbps-test user
2023-11-05 14:44:21 +03:00
parent 0c5b455404
commit de0452eb71
6 changed files with 6 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ server {
location / {
access_log off;
client_max_body_size 200M;
include proxy_params;
proxy_send_timeout 600;
@@ -26,3 +27,4 @@ server {
proxy_pass http://127.0.0.1:5173;
}
}