Guest User

Untitled

a guest
Jan 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ProxyPreserveHost On
  3. ProxyPass / http://127.0.0.1:3000/
  4. ProxyPassReverse / http://127.0.0.1:3000/
  5. ErrorLog /var/log/httpd/hellomvc-error.log
  6. CustomLog /var/log/httpd/hellomvc-access.log common
  7.  
  8. LogLevel debug
  9. ServerSignature Off
  10. </VirtualHost>
  11.  
  12. http://xxx.xxx.xxx.xxx/api/auth/register/ [parameters here]
  13.  
  14. Proxy Error
  15.  
  16. The proxy server received an invalid response from an upstream server.
  17. The proxy server could not handle the request POST /api/auth/register.
  18.  
  19. Reason: Error reading from remote server
Add Comment
Please, Sign In to add comment