Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
1bce3f54
Commit
1bce3f54
authored
9 years ago
by
Owain Jones
Browse files
Options
Download
Email Patches
Plain Diff
add 504.html error page (for when we get gateway timeouts)
parent
8be30f67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gliders.nginx.conf
gliders.nginx.conf
+1
-0
No files found.
gliders.nginx.conf
View file @
1bce3f54
...
...
@@ -47,6 +47,7 @@ server {
error_page
413
/
413
.
html
;
error_page
502
/
502
.
html
;
error_page
504
/
504
.
html
;
error_page
503
@
maintenance
;
location
@
maintenance
{
rewrite
^(.*)$ /
maintenance
.
html
break
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment