Fix syntax of nginx.ssl.config.example
This commit is contained in:
parent
3b6657b07e
commit
700578a38f
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 to the GitLab's public directory,
|
||||
# for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public
|
||||
root /usr/share/gitlab/public
|
||||
root /usr/share/gitlab/public;
|
||||
internal;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue