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

14 lines
361 B
YAML

########################
# Test coverage for the nginx-php-fpm package
# Needed vars:
# - None
########################
file:
/opt/bitnami/nginx/conf/bitnami/php-fpm.conf:
exists: true
filetype: file
contains:
- "location ~ \\.php$ {"
- "fastcgi_pass unix:/opt/bitnami/php/var/run/www.sock;"
- "include fastcgi_params;"