From 313bda6b7a96ef3eb5dea4bb9d59b8dff01b3122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 13 Sep 2017 22:14:52 +0200 Subject: [PATCH] Fix typo --- 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 6816cac..9efd420 100644 --- a/docker/nginx/conf.d/default.conf +++ b/docker/nginx/conf.d/default.conf @@ -9,7 +9,7 @@ server { #resolver 127.0.0.11; #set $upstream_host app; #fastcgi_pass $upstream_host:9000; - # Uncomment the previous lines and comment the next one to enable dynamic resolution (incompatible compatible with Kubernetes) + # Uncomment the previous lines and comment the next one to enable dynamic resolution (incompatible with Kubernetes) fastcgi_pass app:9000; fastcgi_split_path_info ^(.+\.php)(/.*)$; include fastcgi_params;