[smarcet]

* fixed apache2 proxy conf, set ProxyRequests to disabled
  act as relay server
This commit is contained in:
“Sebastian 2017-02-22 16:24:24 -03:00
parent 04d17ef9bf
commit 02fc47d4d4
1 changed files with 5 additions and 2 deletions

View File

@ -11,8 +11,11 @@
Allow from all
</Directory>
# angular application
ProxyRequests on
# angular application
# set this Off to disabled to act as relay server
ProxyRequests Off
ProxyVia Off
ProxyPass / http://localhost:<%= @app_port %>/
# api
<Location /api>