[Nginx, PHP-FPM] Do not expose PHP version, example for nextcloud site, include custom locations to site (add site.something.custom to data/conf/nginx)

This commit is contained in:
andryyy
2017-10-08 22:57:34 +02:00
parent aa245cbda5
commit 874aac3c5e
3 changed files with 56 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ services:
php-fpm-mailcow:
image: mailcow/phpfpm:1.3
build: ./data/Dockerfiles/phpfpm
command: "php-fpm -d date.timezone=${TZ}"
command: "php-fpm -d date.timezone=${TZ} expose_php=0"
depends_on:
- redis-mailcow
volumes: