Skip to content

Commit

Permalink
Fixed an issue in the Nginx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Dec 14, 2020
1 parent e38a83c commit 22906d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Domain/Stack/OroPlatform/Service/Nginx.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public function build(DTO\Stack $stack, DTO\Context $context): DTO\Stack
proxy_redirect off;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
proxy_set_header Host \$http_host;
proxy_redirect off;
proxy_set_header X-Forwarded-Proto \$scheme;
proxy_set_header X-NginX-Proxy true;
proxy_connect_timeout 600;
Expand Down Expand Up @@ -213,4 +212,4 @@ public function build(DTO\Stack $stack, DTO\Context $context): DTO\Stack

return $stack;
}
}
}

0 comments on commit 22906d6

Please sign in to comment.