Skip to content

Latest commit

 

History

History

default-vhost__php-fpm__ssl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Example: PHP_FPM

Docker Compose example with a remote PHP-FPM server and serving HTTPS

Run

docker-compose up

View

# HTTP
curl http://localhost:8000

# HTTPS
curl -k https://localhost:8443