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;