Actions
Task #4202
openPolish the 503.html page
Start date:
29.08.2016
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Description
We have a custom page for NGINX if RhodeCode is down, under: https://internal-code.rhodecode.com/rhodecode-enterprise-ce/files/default/rhodecode/public/502.html
It is shown via such NGINX entry:
## custom 502 error page
error_page 502 /502.html;
location = /502.html {
root /path/to/.rccontrol/enterprise-1/static;
}
It looks very ugly, we should make it look nice and have some more usefull information.
We CANNOT use any variables, images etc. It needs to be PURE html (similar to email templates) but without variables.
Updated by Daniel D about 8 years ago
- Status changed from New to In Progress
- Assignee set to Daniel D
Updated by Redmine Integration about 8 years ago
pullrequest created, https://internal-code.rhodecode.com/rhodecode-enterprise-ce/pull-request/2603, (status: under_review)
Updated by Redmine Integration about 8 years ago
- Status changed from In Progress to Resolved
Updated by Redmine Integration about 8 years ago
pullrequest merged, https://internal-code.rhodecode.com/rhodecode-enterprise-ce/pull-request/2603, (status: approved)
Actions