Fix typo
This commit is contained in:
parent
3dea20249d
commit
313bda6b7a
@ -9,7 +9,7 @@ server {
|
|||||||
#resolver 127.0.0.11;
|
#resolver 127.0.0.11;
|
||||||
#set $upstream_host app;
|
#set $upstream_host app;
|
||||||
#fastcgi_pass $upstream_host:9000;
|
#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_pass app:9000;
|
||||||
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user