Skip to content

Commit 22906d6

Browse files
committed
Fixed an issue in the Nginx configuration
1 parent e38a83c commit 22906d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/Domain/Stack/OroPlatform/Service

src/Domain/Stack/OroPlatform/Service/Nginx.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public function build(DTO\Stack $stack, DTO\Context $context): DTO\Stack
8484
proxy_redirect off;
8585
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
8686
proxy_set_header Host \$http_host;
87-
proxy_redirect off;
8887
proxy_set_header X-Forwarded-Proto \$scheme;
8988
proxy_set_header X-NginX-Proxy true;
9089
proxy_connect_timeout 600;
@@ -213,4 +212,4 @@ public function build(DTO\Stack $stack, DTO\Context $context): DTO\Stack
213212

214213
return $stack;
215214
}
216-
}
215+
}

0 commit comments

Comments
 (0)