Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IT-division Public
uib-http-errorpages
Commits
2389d641
Commit
2389d641
authored
Mar 29, 2016
by
Michael Eric Menk
Browse files
Adding nginx-config include file
parent
8e4b39b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
uib-errorpages/nginx-conf.inc
0 → 100644
View file @
2389d641
error_page
404
/
UiBerror
/
http404
.
html
;
error_page
410
/
UiBerror
/
http410
.
html
;
error_page
500
502
503
504
/
UiBerror
/
http50x
.
html
;
location
/
UiBerror
{
root
/
var
/
www
/
uib
-
errorpages
/
nginx
;
}
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