Files
nginx-modules/ngx_fancyindex/t/12-local-footer-nested.test
2026-05-17 11:34:54 +08:00

12 lines
323 B
Bash

#! /bin/bash
cat <<---
This test checks that the configuration file is properly parsed if there
is only one parameter passed to the fancyindex_header and fancyindex_footer
configuration directives.
--
nginx_start 'fancyindex_header "/header";
fancyindex_footer "/footer";'
nginx_is_running || fail 'Nginx died'