Skip to content
Snippets Groups Projects
Commit cf3fe232 authored by ThanKarab's avatar ThanKarab
Browse files

Small fixes

parent d966ab09
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,10 @@ The following instructions are used to create a docker image of galaxy with a re ...@@ -9,10 +9,10 @@ The following instructions are used to create a docker image of galaxy with a re
## Building the docker image: ## Building the docker image:
1. (Optional) Edit galaxy.conf : 1. (Optional) Edit galaxy.conf :
- On line 15 and 37 change ```nativeGalaxy``` to the desired location. - On line 15 and 30 change ```nativeGalaxy``` to the desired location.
2. Create the docker image by running the command : 2. Create the docker image by running the command :
```docker build -t hbpmip/galaxy``` ```docker build -t hbpmip/galaxy:v1.2.0```
## Deploy: ## Deploy:
......
...@@ -26,15 +26,8 @@ ...@@ -26,15 +26,8 @@
RewriteRule . - [E=RU:%1] RewriteRule . - [E=RU:%1]
RequestHeader set REMOTE_USER %{RU}e RequestHeader set REMOTE_USER %{RU}e
</Location> </Location>
# proxy all requests not matching other locations to uWSGI
# ProxyPass / unix:///srv/galaxy/var/uwsgi.sock|uwsgi://
# or uWSGI on a TCP socket
ProxyPass /nativeGalaxy uwsgi://127.0.0.1:4001/ ProxyPass /nativeGalaxy uwsgi://127.0.0.1:4001/
ProxyPass /api uwsgi://127.0.0.1:4001/api ProxyPass /api uwsgi://127.0.0.1:4001/api
#ProxyPass / uwsgi://127.0.0.1:4001/
#ProxyPass / http://www.goole.com/
</VirtualHost> </VirtualHost>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment