Fix syntax of nginx.ssl.config.example
This commit is contained in:
parent
3c0cd17605
commit
ba0909160e
1 changed files with 1 additions and 1 deletions
2
debian/conf/nginx.ssl.conf.example
vendored
2
debian/conf/nginx.ssl.conf.example
vendored
|
@ -164,7 +164,7 @@ server {
|
||||||
location ~ ^/(404|422|500|502|503)\.html$ {
|
location ~ ^/(404|422|500|502|503)\.html$ {
|
||||||
# Location to the GitLab's public directory,
|
# Location to the GitLab's public directory,
|
||||||
# for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public
|
# for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public
|
||||||
root /usr/share/gitlab/public
|
root /usr/share/gitlab/public;
|
||||||
internal;
|
internal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue