Skip to content
Advertisement

Tag: nginx

WordPress on Docker behind nginx reverse proxy using SSL

Here is my problem, I need to install a wordpress application on a subdirectory url (“https://test.com/blog/”). Since my whole environment is running on Docker, I decided to do the same with the wordpress app. To start it as simple as possible, I added the wordpress image to my docker-compose.yml, and made a subdomain (“http://blog.test.com” which was not using https) fall

Dockerfile | Alpine | Nginx | php7 | MongoDB | Redis

I am looking for a Dockerfile which has Nginx, Php7, MongoDB & Redis enabled on Alpine. Managed to get below but while executing it I see below errors. Please suggest. Dockerfile:- Error:- /bin/sh: docker-php-source: not found /bin/bash: pecl: command not found Referred:- https://github.com/TrafeX/docker-php-nginx/blob/master/Dockerfile After commenting from line 2 to line 10, I managed to get Nginx running but In logs

PHP(32-bit) 2GB Range Download

I have the following problem: I have a php webpage which: is running on a raspberry pi(32bit) should deliver files for download which are bigger than 2 GB files are access protected, which means, …

Advertisement