Skip to content

Commit

Permalink
SWF-2793 : Unprotect chat server local access
Browse files Browse the repository at this point in the history
  • Loading branch information
aheritier committed Jan 21, 2014
1 parent 48513f7 commit 8aaa09d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Expand Up @@ -46,6 +46,14 @@
Satisfy any
</ProxyMatch>

# No security for chat local access
<ProxyMatch "^.*/chatServer/.*$">
Order deny,allow
Deny from all
Allow from exoplatform.org
Satisfy any
</ProxyMatch>

# Everything else is secured
<Proxy *>
Order deny,allow
Expand Down
8 changes: 8 additions & 0 deletions etc/apache2/sites-available/instance-private.template
Expand Up @@ -10,6 +10,14 @@
Allow from all
Satisfy any
</ProxyMatch>

# No security for chat local access
<ProxyMatch "^.*/chatServer/.*$">
Order deny,allow
Deny from all
Allow from exoplatform.org
Satisfy any
</ProxyMatch>

# Everything else is secured
<Proxy *>
Expand Down

0 comments on commit 8aaa09d

Please sign in to comment.