I Putu Ariyasa

Results 64 comments of I Putu Ariyasa

hi @nscuro , no problem. Unfortunately the repo is private so i can't share it. But, i tried running `go mod tidy` first before running `cyclonedx-gomod mod -verbose` and its...

Hi @cslamar , i end up running two mirrord, one for nginx and one for php-fpm. Mirrord on nginx will steal incoming traffic but will not steak outgoing connection. That...

hi @aviramha , i'm not quite sure how nginx and php-fpm communicate, but in my case, i passed ip and hostname to `fastcgi_pass`. does it means that it was not...

i have make sure that `ignore_localhost` is set to `false` in incoming and outgoing but it won't work with `php-fpm` only. it only work if i also inject nginx

yes, both are the same in local and remote

These are when injectin php-fpm only these are when injecting php-fpm and nginx

@cslamar here are the `feature` section of my config. The main point is so that outgoing connection from local nginx to local php-fpm does not get intercepted by mirrord. (note...

Hi @gawsoftpl , yes, you can see the snippet of my config from my comment before yours. And i did use docker compose in my local machine.

Hey @eyalb181 , I haven't tried it again. I just leave it with the workaround above