This commit is contained in:
Kévin Dunglas 2017-09-13 22:14:52 +02:00 committed by GitHub
parent 3dea20249d
commit 313bda6b7a

View File

@ -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;