Dockerfile is now based on phusion/baseimage and enables mandatory https
access via a self-signed certificate.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
set -x
|
||||
|
||||
/usr/sbin/php5-fpm >> /var/log/service-php5-fpm.log 2>&1
|
||||
Reference in New Issue
Block a user