Skip to content

Commit

Permalink
update mod_proxy example for Apache 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 25, 2016
1 parent 0c79e9a commit c327a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

7.11 2016-11-07
7.11 2016-11-25
- Improved one_tick method in Mojo::IOLoop to protect from recursion, similar
to the start method.

Expand Down
3 changes: 1 addition & 2 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -249,8 +249,7 @@ if you need WebSocket support, newer versions come with C<mod_proxy_wstunnel>.
<VirtualHost *:80>
ServerName localhost
<Proxy *>
Order deny,allow
Allow from all
Require all granted
</Proxy>
ProxyRequests Off
ProxyPreserveHost On
Expand Down

0 comments on commit c327a65

Please sign in to comment.