mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
updated gitlab vhost nginx configuration templates
This commit is contained in:
parent
fcb31c367d
commit
c1f8c1373d
@ -64,7 +64,8 @@ server {
|
||||
error_page 422 /422.html;
|
||||
error_page 500 /500.html;
|
||||
error_page 502 /502.html;
|
||||
location ~ ^/(404|422|500|502)\.html$ {
|
||||
error_page 503 /503.html;
|
||||
location ~ ^/(404|422|500|502|503)\.html$ {
|
||||
root {{GITLAB_INSTALL_DIR}}/public;
|
||||
internal;
|
||||
}
|
||||
|
||||
@ -110,7 +110,8 @@ server {
|
||||
error_page 422 /422.html;
|
||||
error_page 500 /500.html;
|
||||
error_page 502 /502.html;
|
||||
location ~ ^/(404|422|500|502)\.html$ {
|
||||
error_page 503 /503.html;
|
||||
location ~ ^/(404|422|500|502|503)\.html$ {
|
||||
root {{GITLAB_INSTALL_DIR}}/public;
|
||||
internal;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user