Razique Mahroua
2019-12-16 29d65c06889ac8a7257dcba6e31f38dd1a2614c0
Fix an issue preventing php-fpm for reading the ACL on its socket when
the container is running in rootless mode in Podman.
Fix is compatible with Docker & podman
1 files modified
2 ■■■ changed files
php-ssl/README.md 2 ●●● patch | view | raw | blame | history
php-ssl/README.md
@@ -39,7 +39,7 @@
### Disable HTTPs support
If you need to disable HTTPs support, run the following steps:
  1. In `Dockerfile` -- comment lines 11 & 15:
  1. In `Dockerfile` -- comment lines 11 & 20:
  ```
  # mod_ssl \
  ...