Hey!
I'm trying to use the add_before_body in nginx.comf,
add_before_body \subsites\dropletlocal\library\global\func-global.class.php;
After I add it all the sites display a "No input file specified.".
If I use:
add_before_body \subsites\dropletlocal\library\global\test.html;
The file gets included fine, and displays the HTML.
I'm trying to use the add_before_body in nginx.comf,
add_before_body \subsites\dropletlocal\library\global\func-global.class.php;
After I add it all the sites display a "No input file specified.".
If I use:
add_before_body \subsites\dropletlocal\library\global\test.html;
The file gets included fine, and displays the HTML.