Skip to content
Snippets Groups Projects
Commit 2f3fd23c authored by Stan Hu's avatar Stan Hu
Browse files

Fix typo in nginx sample config

parent bbac5647
No related branches found
No related tags found
1 merge request!256Fix typo in nginx sample config
Pipeline #
Loading
Loading
@@ -50,7 +50,7 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_set-header Connection $connection_upgrade;
proxy_set_header Connection $connection_upgrade;
 
proxy_read_timeout 300;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment