[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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user