You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will not configure a nginx proxy, in fact it will configure a (more or less) standard nginx instance which uses php-fpm via TCP(which is several orders of magnitude slower than unix sockets, btw) on a seperate container.
I think you should fix your nomenclature - its really confusing and will mislead beginners.
Also : you should consider changing the example to unix sockets ... using TCP is a really, really bad idea unless you are absolutely forced to do so (like in a restricted intranet without filesystem access to your FPM daemon) - use the full power of AWS ... EC2 instances can be pretty limited if you dont want to invest hundreds of dollars, performance is a key factor
The text was updated successfully, but these errors were encountered:
This will not configure a nginx proxy, in fact it will configure a (more or less) standard nginx instance which uses php-fpm via TCP (which is several orders of magnitude slower than unix sockets, btw) on a seperate container.
I think you should fix your nomenclature - its really confusing and will mislead beginners.
Also : you should consider changing the example to unix sockets ... using TCP is a really, really bad idea unless you are absolutely forced to do so (like in a restricted intranet without filesystem access to your FPM daemon) - use the full power of AWS ... EC2 instances can be pretty limited if you dont want to invest hundreds of dollars, performance is a key factor
The text was updated successfully, but these errors were encountered: