From 0cf05217653166214397ce1a61c89b7f213bc517 Mon Sep 17 00:00:00 2001 From: Valentin Silvestre Date: Tue, 14 Sep 2021 15:45:01 +0200 Subject: [PATCH] Fix inverted line I think https://github.com/Sylius/Sylius-Standard/pull/536 has introduced a little error https://github.com/Sylius/Sylius-Standard/pull/536/files#diff-f583d11fcce9311b02b20054d21bc42d9c3ce8337322f0f4c66a16f36825f766R12-R13 --- docker/nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/conf.d/default.conf b/docker/nginx/conf.d/default.conf index 4f772ad732..c2565c79de 100644 --- a/docker/nginx/conf.d/default.conf +++ b/docker/nginx/conf.d/default.conf @@ -10,8 +10,8 @@ server { location ~ ^/index\.php(/|$) { resolver 127.0.0.11 valid=10s ipv6=off; set $backendfpm "php:9000"; - fastcgi_pass $backendfpm; # Comment the next line and uncomment the next to enable dynamic resolution (incompatible with Kubernetes); + fastcgi_pass $backendfpm; #resolver 127.0.0.11; #set $upstream_host php; #fastcgi_pass $upstream_host:9000;