docker-nginx-fpm-caches-wordpress icon indicating copy to clipboard operation
docker-nginx-fpm-caches-wordpress copied to clipboard

Wordpress (no DB server included) running with Nginx in a Docker container with caching and encryption enabled

Results 4 docker-nginx-fpm-caches-wordpress issues
Sort by recently updated
recently updated
newest added

Errors preventing SSL handshake caused web site to become suddenly unavailable: ``` 2017/07/15 00:16:20 [error] 44#44: OCSP_check_validity() failed (SSL: error:2707307D:OCSP routines:OCSP_check_validity:status expired) while requesting certificate status, respond er: ocsp.int-x3.letsencrypt.org ```...

bug

For security reasons, php-fpm and nginx run under different users so Nginx-Cache and Nginx-Helper plugins cannot delete the cache on the filesystem. This is not desirable anyway because it creates...

bug

I've been playing around with this repo lately and like it a lot. I made a few tweaks (like don't use https b/c my reverse proxy does the ssl handling,...

When deploying a Wordpress install with a database dump supplied, the data is not loaded in the database server. The docker logs show the following error: ``` install_wordpress stdout |...

bug