Skip to content

Commit

Permalink
fix(gatewat): resolve POST request failures
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed Jul 24, 2024
1 parent 5a911b2 commit cf5550c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gateway/nginx/conf.d/shellhub.conf
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ server {
internal;
rewrite ^/(.*)$ /internal/$1 break;
proxy_http_version 1.1;
proxy_set_header Connection $connection_upgrade;
proxy_pass http://upstream_router;
}

Expand Down

0 comments on commit cf5550c

Please sign in to comment.