Skip to content

Commit

Permalink
Update reverse_proxy.config, add example instance line
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall authored and Kyle M Hall committed May 21, 2018
1 parent 188c1e9 commit 1042e34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reverse_proxy.config
@@ -1,11 +1,15 @@
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so

<VirtualHost *:80>
# Uncomment ServerName and edit server.libki.org to your domain name.
# If uncommented, all http calls to this server will be directed to the libki server.
#
#ServerName server.libki.org

# Set a value for the instance name if you are going to go multi-tenant
RequestHeader set libki-instance "libki"

DocumentRoot /home/libki/libki-server
<Proxy *>
Order deny,allow
Expand Down

0 comments on commit 1042e34

Please sign in to comment.