Skip to content
Snippets Groups Projects
Commit f02f1263 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Merge branch 'fix-nginx-config' into 'master'

Fix typo in nginx sample config

See merge request !256
parents bbac5647 2f3fd23c
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