Fix syntax of nginx.ssl.config.example

This commit is contained in:
Pirate Praveen 2021-01-10 21:06:18 +05:30
parent 3b6657b07e
commit 700578a38f

View file

@ -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;
}
}