keepalive not work with grpc

2018-08-05 Thread hunterqin
Hi, everyone! I have a problem that keepalive does not work with grpc. My conf looks like this: worker_processes 1; events { worker_connections 102400; } http { include mime.types; default_type application/octet-stream; sendfileon; #tcp_nopush on; #

nginx, php7.0-fpm and laravel, not able to set it up when the url has a prefix which the server doesn't have

2018-08-05 Thread Plato Puthur
Hello I am trying to set up a laravel installation in docker with php-fpm and nginx server on a separate container. The issue is the laravel is installed in a path like /home/apps/foo and the url I need is abcd.com/v11/. I thought this was fairly simple, but I am not able to set it up. Here is my