Nginx Plugin: maintenance page

Started by Oxima69, August 31, 2020, 06:04:22 PM

Previous topic - Next topic
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.