Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
more apache proxy explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
savicprvoslav committed Dec 17, 2014
1 parent 443729b commit f6f06b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ ProxyPass /service/ http://localhost:8081/activiti-rest/service/ retry=0 timeout
ProxyPass / http://localhost:9000/ retry=0 timeout=30
```

Apache will require few of the modules to be enabled, this can be done using next commands( linux)
```
a2enmod proxy
a2enmod proxy_http
```
if you are having problems notify us or check this [nice tutorial](https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension)


Then access the angular app at

```
Expand Down

0 comments on commit f6f06b3

Please sign in to comment.