Created
February 27, 2013 14:12
-
-
Save andrewcstewart/5048158 to your computer and use it in GitHub Desktop.
Galaxy apache proxy config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine on | |
RewriteRule ^/galaxy$ /galaxy/ [R] | |
RewriteRule ^/galaxy/static/style/(.*) /Users/galaxy/galaxy-dist/static/june_2007_style/blue/$1 [L] | |
RewriteRule ^/galaxy/static/scripts/(.*) /Users/galaxy/galaxy-dist/static/scripts/packed/$1 [L] | |
RewriteRule ^/galaxy/static/(.*) /Users/galaxy/galaxy-dist/static/$1 [L] | |
RewriteRule ^/galaxy/favicon.ico /Users/galaxy/galaxy-dist/static/favicon.ico [L] | |
RewriteRule ^/galaxy/robots.txt /Users/galaxy/galaxy-dist/static/robots.txt [L] | |
RewriteRule ^/galaxy(.*) http://localhost:8080$1 [P] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment