Dominik Krulak

Results 10 comments of Dominik Krulak

@benface This isn't Craft CMS's related solution but you could solve it with web server. I use NGINX and all trailing slashes at the end of URI that web server...

Well, why don't build for production only? We usually (always) build staff for production with security in mind. That way we don't have to struggle twice when moving from development...

@xvilo if you recursively change owner of the _php_ directory to e.g. `1001` than you must run php process as user `1001` to avoid `write` permissions or ease permissions (not...

Hello @fmulero Thank you for the respond! Thing is that I'm running it using `docker-compose` command. I tried, retried, pruned `builder` cache but I always get `"ERR AUTH called without...

I've started using ACL way after `docker-compose` couldn't create password on first run. Every time `docker-compose` was used to build Redis image it stared from scratch. Pruned builder cache, new...

Hello @dgomezleon Well that worked! So docker's variable `REDIS_PASSWORD` does the same as directive `requirepass` in `redis.conf` with only difference that `requirepass` precedes `REDIS_PASSWORD`? Or that's not true and they...

Hi @dgomezleon That is clear enough! Thank you

Hi @james-w, Thank you for the proposal. I'll consider all options and suits it to my needs. I also created [very similar issue](https://github.com/bitnami/bitnami-docker-php-fpm/issues/133) and may find some pointers there in...

With settings above in my question and these configs I still don't get stale session purged after `60` seconds. **config/app.php** file ```

@zizther I haven't checked it yet on my end and I haven't found anything related to this issue in the [changelog](#12045) file.