v1.7.0 #318

Merged
LukeGus merged 138 commits from dev-1.7.0 into main 2025-10-01 20:40:10 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ab6b1e284f - Show all commits

View File

@@ -8,6 +8,7 @@ http {
sendfile on;
keepalive_timeout 65;
client_header_timeout 300s;
# SSL Configuration
ssl_protocols TLSv1.2 TLSv1.3;
@@ -188,7 +189,6 @@ http {
location /ssh/file_manager/ssh/ {
client_max_body_size 5G;
client_body_timeout 300s;
client_header_timeout 300s;
proxy_pass http://127.0.0.1:30004;
proxy_http_version 1.1;

View File

@@ -8,6 +8,7 @@ http {
sendfile on;
keepalive_timeout 65;
client_header_timeout 300s;
# SSL Configuration
ssl_protocols TLSv1.2 TLSv1.3;
@@ -174,7 +175,6 @@ http {
location /ssh/file_manager/ssh/ {
client_max_body_size 5G;
client_body_timeout 300s;
client_header_timeout 300s;
proxy_pass http://127.0.0.1:30004;
proxy_http_version 1.1;