Skip to content

Commit

Permalink
Update httpd.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Msch0150 authored Oct 20, 2022
1 parent 5d6105d commit 604ceed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docker/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ ProxyPassReverse /themes/ http://orbeon:8080/orbeon/themes/
Order allow,deny
Allow from all
</Location>

ProxyPass / http://orbeon:8080/orbeon/numishare/
ProxyPassReverse / http://orbeon:8080/orbeon/numishare/
# See further down for example directive for <mycollection>

#LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
Expand Down Expand Up @@ -561,3 +559,8 @@ SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>

# Ether deney "admin" requests, or better allow ony specific collections
#
# Example for <mycollection>
# ProxyPass /mycollection/ http://orbeon:8080/orbeon/numishare/mycollection/
# ProxyPassReverse /mycollection/ http://orbeon:8080/orbeon/numishare/mycollection/

0 comments on commit 604ceed

Please sign in to comment.