Really comprehensive presentation - cheers for that buddy.
@MANOJMALI1433 ай бұрын
Very excellent presentation - congratulations, friend.🤗
@prabhakarrao88069 ай бұрын
Excellent presentation !!!
@bjarnesegaard57013 жыл бұрын
WHen you use the proxy_pass to go to a server url it will add the value from the proxy_pass to the url in th forwarding. So in the case of going to f1-api it will and up being f1-api/api/f1/seasons for eample.
@veldranecz2 жыл бұрын
Honestly jwt authentication is possible with nginx opensource, you can use openresty module lua-resty-oidc
@sakhrnabil72 жыл бұрын
how do you use nginx-plus through docker-compose?
@KeringKirwa10 ай бұрын
the hardest part to using Nginix is this thing called TLS certificate ,.please help us on how to get one , just from scratch . Thank you sir.
@StefanBraitti3 жыл бұрын
Great presentation! Thanks!
@budi05802 жыл бұрын
Is possible do routing based on the request body specific field value ?
@veldranecz2 жыл бұрын
yes, with the openresty (lua jit + nginx), you can parse the request body and based on the field value setup the upstream or define the target route
@budi05802 жыл бұрын
@@veldranecz hi thanks. I did it with njs module.
@veldranecz2 жыл бұрын
@@budi0580 are you satisfied with the performance of thr njs module ?