Hello,

I have installed in the same server gitlab and OCS Inventory NG Server, the
last one use apache.

I made the next changes in /etc/gitlab/gitlab.rb:

external_url 'http://XX.XX.XX.XX'

nginx['proxy_set_headers'] = {
  "Host" => "$http_host",
  "X-Real-IP" => "$remote_addr",
  "X-Forwarded-For" => "$proxy_add_x_forwarded_for",
#  "X-Forwarded-Proto" => "https",
#  "X-Forwarded-Ssl" => "on"
 }
nginx['proxy_pass'] = 'http://127.0.0.1:8888'

gitlab-ctl reconfigure
gitlab-ctl stop
gitlab-ctl start

In the apache config file (/etc/httpd/conf/httpd.conf):

Listen 8888
ServerName 127.0.0.1:8888

apachectl restart

The server use CentOS 7

When I intent use OCS Inventory obtain 404 error

http://XX.XX.XX.XX/ocsreports show 404 error

What other settings should I do?

Thanks

Note: GitLab is already working without problems

-- 
Jorge Ernesto Guevara Cuenca

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/CALqQF7jWbXc5OTf_TP5kb_AM4iTCtj46ioreKW_uP64o0pyXqQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to