Hi,
My Jira running on nginx, would need to be redirected to external static webpage (which has status of Jira as down at this moment), whenever jira goes down for planned or unplanned outages
How this can be achieved ?
Any thoughts or questions, to achieve this ?
Thanks much in advance
Dear @Lokesh,
have a look at the nginx documentation. All you need to do is to add the parameter
proxy_intercept_errors on
to the location / proxy_pass section and add the parameter
error_page
to the server section of your config that will point to the "status down" page.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.