bitnami-containers/.vib/common/goss/templates/check-nginx-php-fpm.yaml

17 lines
448 B
YAML

# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
########################
# Test coverage for the nginx-php-fpm package
# Needed vars:
# - None
########################
file:
/opt/bitnami/nginx/conf/bitnami/php-fpm.conf:
exists: true
filetype: file
contents:
- "location ~ \\.php$ {"
- "fastcgi_pass unix:/opt/bitnami/php/var/run/www.sock;"
- "include fastcgi_params;"