hello,
i'am looking for a simple way to set a maintenance page individually per http server.
has someone already built something like this ? Is this only possible with the custom include ?
thanks
nginx can serve HTML pages out of the box. So you only need to replace the location blocks set up in the http server.
If that doesn't work, you can use the include hooks already present.
Okay, of course.
Thanks