mchung/heroku-buildpack-wordpress

/status.html still works after nginx directive removal

sjnims opened this issue · 1 comments

Didn't want the /status.html page to load, so I followed your tip in the README to remove the nginx directive. I did so in the file wordpress.conf.erb (there is no nginx.conf.erb), committed and pushed the change to Heroku, to no avail. Maybe I have to wait for the process to die on Heroku? Not sure...new to using the platform.

okko commented

/status.html is provided by php-fpm. It uses /status.

There's now a pull request on this, you can follow its changes to get it disabled. mchung/wordpress-on-heroku#15

I will update the README of the buildpack once that pull request is in.