Commit 69b98864 authored by Frank Greguska's avatar Frank Greguska
Browse files

updated proxy rule to forward to root of slcs-server insead of /admin

parent b954a437
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -92,8 +92,8 @@ WSGISocketPrefix run/wsgi
  # ProxyPassReverse /las   ajp://localhost:8009/las
  
  # proxy requests for slcs resources
  ProxyPass /slcs-admin http://slcs-server:5000/admin timeout=600
  ProxyPassReverse /slcs-admin http://slcs-server:5000/admin timeout=600
  ProxyPass /slcs-admin http://slcs-server:5000 timeout=600
  ProxyPassReverse /slcs-admin http://slcs-server:5000 timeout=600
  ProxyPass /slcs http://slcs-nginx timeout=600
  ProxyPassReverse /slcs http://slcs-nginx timeout=600