HighOnMikey

Results 5 comments of HighOnMikey
trafficstars

:+1: Although probably might be better to use `if (empty(preg_grep('/' . $parameters['charset'] .'/i', mb_list_encodings()))) {}`

You can load routes by checking which host was requested by the client, although I agree with @Rican7 that this is best left to the web server. Here is a...

You'd need to change the logic around if you want to change action depending on a wildcard subdomain. Spit balling an example here but something like `explode()`ing the value of...

First of all, sorry for the delayed response! > I think that's the shared understanding we need. Correct. The core functionality of path style requests works as intended. The bug...

> Hey [@HighOnMikey](https://github.com/HighOnMikey) sorry again for the slowness on this. Can you take a look at [#230](https://github.com/nginx/nginx-s3-gateway/pull/230) and see if it solves your issue? > > Let me know if...