The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /users/sign_in.
Reason: Error reading from remote server
Apache Gitlab 配置文件 <VirtualHost *:80> ServerName 192.168.11.129 ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPreserveHost On ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/