Skip to content

Commit

Permalink
Update for galaxy version 18.09
Browse files Browse the repository at this point in the history
  • Loading branch information
ratzeni authored Oct 30, 2018
1 parent d4ed4ed commit 11aba53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/nginx.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ http {
expires 24h;
}
location {{ nginx_galaxy_location }}/static/scripts {
{% if galaxy_changeset_id <= 'release_18.01' %}
alias {{ galaxy_server_dir }}/static/scripts/packed;
{% else %}
alias {{ galaxy_server_dir }}/static/scripts;
{% endif %}
gzip on;
gzip_types text/plain text/javascript application/x-javascript;
expires 24h;
Expand Down

0 comments on commit 11aba53

Please sign in to comment.