Skip to content

Commit

Permalink
Add proxy_http_version in nginx documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesBordet authored and andyquinterom committed Jul 15, 2024
1 parent f7879a3 commit a58edcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/reverse_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_http_version 1.1;
```

In this case we are adding the `Upgrade` and `Connection` headers
Expand Down
1 change: 1 addition & 0 deletions docs/es/reverse_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_http_version 1.1;
```

En este caso estamos agregando los encabezados `Upgrade` y `Connection`
Expand Down

0 comments on commit a58edcf

Please sign in to comment.