Hector Vido
Hector Vido
I have the same problem on alpine. Lua support `goto` only from LuaJIT or Lua 5.2+. The output of my `awesome -v` shows me that it was compiled with version...
> At the moment we don't have any special accommodation for transactions, you would need to write any necessary queries yourself. > > Keep in mind the code you wrote...
https://github.com/3scale/APIcast/pull/1418
https://github.com/3scale/APIcast/pull/1418
I think in two options here: - add some logic inside `http.d/init.conf` or `cli/environment.lua`; - a second `conf/nginx.conf.liquid` for tests; First option can be a problem because it will change...
This pull request https://github.com/3scale/APIcast/pull/1432 is working but since there is a commented line and a "strange" variable name, more discussion is desirable.
Hi @mayorova, how about add in `docker-compose` a dnsmasq container with `--add-host` pointing to Porta address and use `--dns` pointing to this new dnsmasq in apicast container? If this looks...
@tkan145 sorry, I totally misunderstood and forgot that the containers will relay in docker internal DNS resolver and adding entries in our local `/etc/hosts` is enough. I was reading it...
Thanks! I was looking around, to support another distributions there will be a lot of "blocks" and "whens". It won't be better to turn it into a role, with distributions...